Log class

Constructors

Log({Header? header, int? level, String? name, String? msg, String? file, String? function, int? line, List<String>? topics})

Properties

file String
getter/setter pair
fullType String
no setter
function String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
level int
getter/setter pair
line int
getter/setter pair
md5sum String
no setter
messageDefinition String
no setter
msg String
getter/setter pair
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topics List<String>
getter/setter pair

Methods

call({Header? header, int? level, String? name, String? msg, String? file, String? function, int? line, List<String>? topics}) Log
deserialize(ByteDataReader reader) Log
getMessageSize() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(ByteDataWriter writer) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

$prototype Log
getter/setter pair

Constants

DEBUG → const int
ERROR → const int
FATAL → const int
INFO → const int
WARN → const int