NiceLogEntry class
Constructors
-
NiceLogEntry({required String message, NiceLogLevel level = NiceLogLevel.info, required DateTime timestamp, String? source, Map<String, dynamic>? data, String? stackTrace})
-
const
-
NiceLogEntry.debug(String message, {String? source})
-
factory
-
NiceLogEntry.error(String message, {String? source, String? stackTrace})
-
factory
-
NiceLogEntry.info(String message, {String? source})
-
factory
-
NiceLogEntry.warning(String message, {String? source})
-
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited