Log extension
- on
Methods
-
$debug(
{String? tag, StackTrace? stackTrace, int level = 2}) → void -
$error(
{Object? msg, String? tag, StackTrace? stackTrace, int level = 2}) → void -
$info(
{String? tag, StackTrace? stackTrace, int level = 2}) → void -
$warn(
{String? tag, StackTrace? stackTrace, int level = 2}) → void
Static Methods
-
d(
Object? msg, {String? tag, StackTrace? stackTrace, int level = 1}) → void -
e(
{Object? msg, String? tag, Object? error, StackTrace? stackTrace, int level = 1}) → void -
i(
Object? msg, {String? tag, StackTrace? stackTrace, int level = 1}) → void -
w(
Object? msg, {String? tag, StackTrace? stackTrace, int level = 1}) → void