flutter_w_log library
Classes
- WLog
- WLog
- WLogDto
- 日志存储模型
- WLogExport
- 导出相关
- WLogMonitorPage
Enums
- WLogLevel
- WLogLevel
Functions
-
debugPrintWLog(
String? message, {int? wrapWidth}) → void - 打印debugPrintWLog
-
printWLog(
Object? object) → void - 打印printWLog
-
recordError(
Object message, StackTrace? stack) → void - 打印recordError
Typedefs
- WLogDtoFormatFunc = String Function(WLogDto d)
- 日志转string