Log extension

on

Methods

$debug({String? tag, StackTrace? stackTrace, int level = 2}) → void

Available on Object?, provided by the Log extension

$error({Object? msg, String? tag, StackTrace? stackTrace, int level = 2}) → void

Available on Object?, provided by the Log extension

$info({String? tag, StackTrace? stackTrace, int level = 2}) → void

Available on Object?, provided by the Log extension

$warn({String? tag, StackTrace? stackTrace, int level = 2}) → void

Available on Object?, provided by the Log extension

Static Methods

d(Object? msg, {String? tag, StackTrace? stackTrace, int level = 1}) → void

Available on Object?, provided by the Log extension

e({Object? msg, String? tag, Object? error, StackTrace? stackTrace, int level = 1}) → void

Available on Object?, provided by the Log extension

i(Object? msg, {String? tag, StackTrace? stackTrace, int level = 1}) → void

Available on Object?, provided by the Log extension

w(Object? msg, {String? tag, StackTrace? stackTrace, int level = 1}) → void

Available on Object?, provided by the Log extension