core/ds_logging library
Classes
- DSAnsiColor
- Copied from pub.dartlang.org/logger-1.1.0/lib/src/ansi_color.dart This class handles colorizing of terminal output.
- LimitedStackTrace
Functions
-
catchAsWarning(
void func()) → void -
catchAsWarningAsync(
Future< void> func()) → Future<void> -
logDebug(
String message, {int stackSkip = 0, int stackDeep = 5}) → void -
logTest(
String message, {int stackSkip = 0, int stackDeep = 3}) → void -
unawaitedCatch(
Future< void> func()) → void