Composite Logger
CompositeLogger可以同时管理多个Logger,提供更多的扩展性。
通过removeLogger函数可以移除已添加过的Logger
通过removeAllLoggers函数可以移除所有的Logger
Author
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Log at priority
an message.
Log at priority
an exception.
Log at priority
an exception and a message.
Write a log message to its destination. Called for all level-specific methods by default.
Link copied to clipboard
Remove all added loggers.
Link copied to clipboard
Remove a added logger.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Log an assert exception.
Log an assert message with optional format args.
Log an assert exception and a message with optional format args.