LogSwitcherHelper extension
Methods
-
exception(
{required Object error, required StackTrace stackTrace, LogColor? color}) → LogExceptionModel -
Available on LogSwitcherInterface, provided by the LogSwitcherHelper extension
-
map(
Map< String, dynamic> map, {required String title, LogColor? color}) → LogMapModel -
Available on LogSwitcherInterface, provided by the LogSwitcherHelper extension
-
string(
String text, {LogColor? color}) → LogStringModel -
Available on LogSwitcherInterface, provided by the LogSwitcherHelper extension