LogUtilsExtensions extension

日志拓展

on

Methods

logD(dynamic message, {String? tag, Object? error, StackTrace? stackTrace}) → void

Available on Object, provided by the LogUtilsExtensions extension

message:支持function,eg. ()=>xxx
logE(dynamic message, {String? tag, Object? error, StackTrace? stackTrace}) → void

Available on Object, provided by the LogUtilsExtensions extension

message:支持function,eg. ()=>xxx
logI(dynamic message, {String? tag, Object? error, StackTrace? stackTrace}) → void

Available on Object, provided by the LogUtilsExtensions extension

message:支持function,eg. ()=>xxx
logV(dynamic message, {String? tag, Object? error, StackTrace? stackTrace}) → void

Available on Object, provided by the LogUtilsExtensions extension

message:支持function,eg. ()=>xxx
logW(dynamic message, {String? tag, Object? error, StackTrace? stackTrace}) → void

Available on Object, provided by the LogUtilsExtensions extension

message:支持function,eg. ()=>xxx