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