asyncOutput abstract method

Future<void> asyncOutput(
  1. LogRecord record
)

异步日志输出

Implementation

Future<void> asyncOutput(LogRecord record);