'May i know about how to print sysLog level alert into a file in java
The standard Java logging defines the following log levels:
WARNING
INFO
CONFIG
ERROR
This is incompatible to RFC 5424, because it lacks a ALERT level. Java lacks some additional log levels (critical and emergency).
Is there any way to extend the list of possible log levels in order to add the missing ALERT level? Or is it necessary to rewrite the whole logging?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|