sandbox_logger library

Classes

LogMapModel
LogModel
This is a abstract class. Use the classes LogStringModel for String or LogMapModel for logging a Map of a object, for exemple.
LogStringModel
SandLog

Enums

LogBorderType
Types of logs
LogColor

Functions

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