Skip to content
Snippets Groups Projects
Commit bb45a622 authored by felmer's avatar felmer
Browse files

LMS-2471 new log category introduced and used

SVN: 22775
parent f1f763c4
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,8 @@ public enum LogCategory
NOTIFY,
/** Log category for (normal) operational events. */
OPERATION,
/** Log category for status events like server state or build and environment informations. */
STATUS(true),
/** Log category for data manipulation events (write access). */
TRACKING(true);
......
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