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

Properties

data Map<String, dynamic>?
final
hashCode int
The hash code for this object.
no setterinherited
level NiceLogLevel
final
message String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
final
stackTrace String?
final
timestamp DateTime
final

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