Skip to content
Snippets Groups Projects
Commit b063bfd7 authored by ribeaudc's avatar ribeaudc
Browse files

Comment added.

SVN: 236
parent fddcde4a
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,13 @@ public enum LogCategory ...@@ -30,7 +30,13 @@ public enum LogCategory
AUTH, AUTH,
/** Log category for log events related to the machine's state (low-level). */ /** Log category for log events related to the machine's state (low-level). */
MACHINE, MACHINE,
/** Log category for events that require immediate notification of an administrator. */ /**
* Log category for events that require immediate notification of an administrator.
* <p>
* This should be carefully used as each logging event sent to this category will be automatically emailed to a
* specified recipient (assuming the event priority matches the configured one).
* </p>
*/
NOTIFY, NOTIFY,
/** Log category for (normal) operational events. */ /** Log category for (normal) operational events. */
OPERATION, OPERATION,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment