此内容没有您所选择的语言版本。
5.4.3. About Log Categories
Log categories define a set of log messages to capture and one or more log handlers which will process the messages.
The log messages to capture are defined by their Java package of origin and log level. Messages from classes in that package and of that log level or higher (with greater or equal numeric value) are captured by the log category and sent to the specified log handlers. As an example, the
WARNING
log level results in log values of 900
, 1000
and 1100
are captured.
Log categories can optionally use the log handlers of the root logger instead of their own handlers.