Logger
日志记录器基类;封装好一些通用的逻辑,从而简化其子类的实现。
Author
Parameters
method Offset
Hides internal method calls up to offset.
Inheritors
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
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.