HumioDispatcher class
Humio dispatcher can send log statements to Humio.
- Implemented types
Constructors
- HumioDispatcher.new(String _ingestToken)
Properties
Methods
-
dispatch(
String json) → Future< bool> -
Sends the given
json
to the backend.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited