log_manager_plugin library

Classes

EnhancedLogContentViewer
增强版日志内容查看器
EnhancedLogViewer
增强版日志查看器
LogBatch
日志批次数据
LogEntry
LogFileManager
日志文件管理器 - 按天管理日志文件
LogFileViewerPage
日志文件内容查看页面
LogManager
日志工具类
LogManagerConfig
日志管理器配置
LogManagerInterceptor
Dio网络请求日志拦截器 用于记录HTTP请求和响应的详细信息
LogReporter
日志上报器
LogStatistics
日志统计信息
LogViewerByDate
按日期查看日志
LogViewerPage
日志查看器页面

Enums

Level
Levels to control logging output. Logging can be enabled to include all levels above certain Level.
LogLevel

Typedefs

LogUploadCallback = Future<bool> Function(File zipFile)
日志上报回调类型(文件方式)
LogUploadStringCallback = Future<bool> Function(List<LogBatch> batches)
日志上报回调类型(字符串方式)