The Class name associated with the logging instance与日志记录实例关联的类名
Optional logging settings可选日志记录设置
Log a message at the debug level在调试级别记录消息
The message to log要记录的消息
Additional meta data to log要记录的其他元数据
Log a message at the error level记录错误级别的消息
The message to log要记录的消息
Additional meta data to log要记录的其他元数据
Log a message at the info level
The message to log要记录的消息
Additional meta data to log要记录的其他元数据
Is the logger set at debug level记录器是否设置为调试级别
Is the logger set at error level记录器是否设置为错误级别
Is the logger set at info level记录器是否设置为信息级别
Is the logger set at error level记录器是否设置为错误级别
Log a message at the warn level在警告级别记录消息
The message to log要记录的消息
Additional meta data to log要记录的其他元数据
Get the current logger function获取当前记录器功能
Filter log messages for a particular class筛选特定类的日志消息
The type of filter (currently only class)筛选器的类型(当前仅类)
The filters to apply要应用的筛选器
Resets the logger to default settings, error and no filtered classes将记录器重置为默认设置、错误和无筛选类
Set the current logger function设置当前记录器功能
Custom logging function自定义日志记录功能
Set the current log level设置当前日志级别
Set current log level (debug, warn, info, error)设置当前日志级别(调试、警告、信息、错误)
Generated using TypeDoc
Creates a new Logger instance创建新的Logger实例