utils/log/logger_util library

Classes

LoggerUtil
描述:Logger库 日志打印工具 d 只打印基本信息,不存文件 其他方法会打印并且存到本地文件中

Properties

logger ↔ Logger
getter/setter pair
methodLogger ↔ Logger
getter/setter pair

Functions

cLogDebug(dynamic message, {String? error, bool showMethod = false}) → void
cLogError(dynamic message, {String? error, bool showMethod = true}) → void
cLogInfo(dynamic message, {String? error, bool showMethod = false}) → void
cLogVerbose(dynamic message, {String? error, bool showMethod = false}) → void
cLogWarning(dynamic message, {String? error, bool showMethod = false}) → void