SimbotLogger
class SimbotLogger(fullyQualifiedCallerName: String, processors: List<SimbotLoggerProcessor>, sendLog: (LogInfo) -> Unit) : Logger(source)
基础的Simbot Logger类。
Author
ForteScarlet
Constructors
Link copied to clipboard
constructor(fullyQualifiedCallerName: String, processors: List<SimbotLoggerProcessor>, sendLog: (LogInfo) -> Unit)