sandbox_logger library

Classes

LogBorderSytle
LogConfigurations
Configuration class for the logger.
LogExceptionModel
LogListMapModel
LogListObjectModel
LogMapModel
LogModel
This is a abstract class. Use the classes LogStringModel for String or const LogMapModel for logging a Map of a object, for exemple.
LogObjectModel
LogStringModel
LogSwitcherInterface
SandLog
UsecaseFormatStackTraceToLines

Enums

LogBorderType
Types of logs
LogColor

Functions

logInBlack(Object text) → void
Will print the text in black color to the console.
logInBlue(Object text) → void
Will print the text in blue color to the console.
logInCyan(Object text) → void
Will print the text in cyan color to the console.
logInGreen(Object text) → void
Will print the text in green color to the console.
logInMagenta(Object text) → void
Will print the text in magenta color to the console.
logInRed(Object text) → void
Will print the text in red color to the console.
logInWhite(Object text) → void
Will print the text in white color to the console.
logInYellow(Object text) → void
Will print the text in yellow color to the console.
test() → dynamic

Typedefs

ForEachMapper<T> = void Function(T value, bool isFirst, bool isLast, int index)
Mapper<T, R> = R Function(T value, bool isFirst, bool isLast, int index)