SimbotLoggerFactory

class SimbotLoggerFactory(processors: List<SimbotLoggerProcessor>) : ILoggerFactory

simbot-logger 的 slf4j 日志工厂。

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun getLogger(name: String?): Logger

Return an appropriate Logger instance as specified by the name parameter.