LogDNA class

Constructors

LogDNA({required String apiKey, required String hostName})

Properties

apiKey String
Ingestion key
final
hashCode int
The hash code for this object.
no setterinherited
hostName String
The hostname of the source
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

log(DnaLine line) Future<DnaResponse>
/ Sends the log via the logdna ingest API
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