SandLog class

Constructors

SandLog.error(Object error, StackTrace stackTrace)
factory
SandLog.listOfMap(List<Map> maps)
factory
SandLog.listOfObject(List<Object> objects, [String? title])
factory
SandLog.logTemplate({required List<LogModel> logs})
SandLog.map(Map? map, [String? title])
factory
SandLog.object(Object object, [String? title])
factory
SandLog.text(String? text)
factory

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

error(Object error, StackTrace stackTrace) SandLog
listOfMap(List<Map> maps, [String? title]) SandLog
listOfObject(List<Object> objects, [String? title]) SandLog
map(Map? map, [String? title]) SandLog
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
object(Object object, [String? title]) SandLog
setColorTo(LogColor color) SandLog
setMaxLength(int horizontalLength) SandLog
text(String? text) SandLog
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

setDefaultLogConfiguration(LogConfigurations configurations) → void