TCICLog class

Constructors

TCICLog()

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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

excludeMessages List<String>
final
isMobile bool
no setter
logger → Logger
final

Static Methods

clearSequence() → void
debug(dynamic message, {DateTime? time, Object? error, StackTrace? stackTrace, bool isReport = true, required String actionModule, required String actionName}) → void
error(dynamic message, {DateTime? time, Object? error, StackTrace? stackTrace, bool isReport = true, required String actionModule, required String actionName}) → void
fatal(dynamic message, {DateTime? time, Object? error, StackTrace? stackTrace, bool isReport = true, required String actionModule, required String actionName}) → void
getActionModule(StackTrace stackTrace) String
info(dynamic message, {DateTime? time, Object? error, StackTrace? stackTrace, bool isReport = true, double? sampleRate = 1.0, required String actionModule, required String actionName}) → void
isLogPathInitialized(dynamic message) bool
report(TCICLogParam logParam) → void
shouldSample(double sampleRate) bool
warn(dynamic message, {DateTime? time, Object? error, StackTrace? stackTrace, bool isReport = true, required String actionModule, required String actionName}) → void