Humio constructor

Humio(
  1. Dispatcher _dispatcher,
  2. {bool setRawMessage = false}
)

Creates a new Humio logging instance

Implementation

Humio(
  this._dispatcher, {
  this.setRawMessage = false,
});