summaryrefslogtreecommitdiff
path: root/tests/service/testservice.mc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/service/testservice.mc')
-rw-r--r--tests/service/testservice.mc44
1 files changed, 42 insertions, 2 deletions
diff --git a/tests/service/testservice.mc b/tests/service/testservice.mc
index 8b032be..658aad0 100644
--- a/tests/service/testservice.mc
+++ b/tests/service/testservice.mc
@@ -27,9 +27,9 @@ Category 2
.
MessageId = 0x3
-SymbolicName = WOLF_CATEGORY_TESTSERVICE
+SymbolicName = WOLF_CATEGORY_3
Language = English
-Testservice
+Test Category
.
;// event log severity levels (severity bits)
@@ -59,3 +59,43 @@ SymbolicName = WOLF_CATEGORY_TEST_LOG_MSG1
Language = English
This is error %1
.
+
+MessageId = 3002
+Severity = Warning
+Facility = Application
+SymbolicName = WOLF_MSG_TEST_LOG_MSG2
+Language = English
+Warning, this is just a test
+.
+
+MessageId = 3003
+Severity = Informational
+Facility = Application
+SymbolicName = WOLF_MSG_TEST_LOG_MSG3
+Language = English
+Started the logger
+.
+
+MessageId = 3004
+Severity = Informational
+Facility = Application
+SymbolicName = WOLF_MSG_TEST_LOG_MSG4
+Language = English
+This will not appear
+.
+
+MessageId = 3005
+Severity = Informational
+Facility = Application
+SymbolicName = WOLF_MSG_TEST_LOG_MSG5
+Language = English
+Closed the logger
+.
+
+MessageId = 3006
+Severity = Error
+Facility = Application
+SymbolicName = WOLF_MSG_TEST_LOG_MSG6
+Language = English
+This is error %1 with %2
+.