?? LogLevel
- ????????:
Serializable
,Comparable<LogLevel>
Log Levels.
- ???????:
- 1.4
-
??????
??????????Audit – Information that must always be logged.Debug – Detailed output for debugging operations.Error – Information about an error situation.Info – Information about normal operation.Trace level – Large volume of output for tracing operations.Warning – Information about a failure or unwanted situation that is not blocking. -
????
-
????????
-
AUDIT
Audit – Information that must always be logged. -
ERROR
Error – Information about an error situation. -
WARN
Warning – Information about a failure or unwanted situation that is not blocking. -
INFO
Info – Information about normal operation. -
DEBUG
Debug – Detailed output for debugging operations. -
TRACE
Trace level – Large volume of output for tracing operations.
-
-
??????
-
values
???????????????, ??????????????- ??:
- ???????????????????????????
-
valueOf
?????????????????? ??????????????????? ????????(?????? ??????)- ??:
name
- ????????????- ??:
- ?????????????
- ??:
IllegalArgumentException
- ??????????????????NullPointerException
- ???????
-
implies
Returns whether this log level implies the specified log level.- ??:
other
- The other log level.- ??:
true
If this log level implies the specified log level;false
otherwise.
-