SeqHttpLogger class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
create({required String host, String? apiKey, int maxRetries = 5, SeqCache? cache, int backlogLimit = 50, SeqContext? globalContext, String? minimumLogLevel, bool autoFlush = true, Duration httpBackoff(int tries)?})
→ SeqLogger
-
Creates a new instance of
SeqLogger
that logs to a Seq server over HTTP.