Dog class

Dart log.

message The message to output. tag Optional. Log tag. title Optional. Line shows above message. stackTrace Optional. StackTrace shows below message.

Constructors

Dog({Handler? handler})

Properties

hashCode int
The hash code for this object.
no setterinherited
level Level
Specify level to Level.off to disable all output.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

d(dynamic message, {String? tag, String? title, StackTrace? stackTrace}) → void
destroy() → void
e(dynamic message, {String? tag, String? title, StackTrace? stackTrace}) → void
i(dynamic message, {String? tag, String? title, StackTrace? stackTrace}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerHandler(Handler handler) → void
toString() String
A string representation of this object.
inherited
unregisterHandler(Handler handler) → void
v(dynamic message, {String? tag, String? title, StackTrace? stackTrace}) → void
w(dynamic message, {String? tag, String? title, StackTrace? stackTrace}) → void

Operators

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