logify library
Classes
- ConsoleLogRecorder
- DebugLogRecorder
-
A LogRecorder that prints beautiful logs to the console.
It also prints the stack trace for
Level.SEVERElogs. - DevStdout
-
A stdout that prints to the console.
It uses the
dart:developerlibrary. - Log
- LogRecorder
- PrintStdout
-
A stdout that prints to the console.
It uses the
debugPrintimplementation. - Stdout
- A platform-specific stdout.
Mixins
Properties
- stderr → PrintStdout
-
final
- stdout → PrintStdout
-
final