LogExtension extension
- on
Methods
-
logD(
[String? tag]) → void -
Available on Object?, provided by the LogExtension extension
Log this object as debug -
logE(
[String? tag]) → void -
Available on Object?, provided by the LogExtension extension
Log this object as error -
logI(
[String? tag]) → void -
Available on Object?, provided by the LogExtension extension
Log this object as info -
logJson(
[String? tag]) → void -
Available on Object?, provided by the LogExtension extension
Log as JSON -
logLong(
[String? tag]) → void -
Available on Object?, provided by the LogExtension extension
Log as long message -
logP(
) → void -
Available on Object?, provided by the LogExtension extension
Simple print log -
logV(
[String? tag]) → void -
Available on Object?, provided by the LogExtension extension
Log this object as verbose -
logW(
[String? tag]) → void -
Available on Object?, provided by the LogExtension extension
Log this object as warning -
logWtf(
[String? tag]) → void -
Available on Object?, provided by the LogExtension extension
Log this object as WTF (critical failure)