summaryrefslogtreecommitdiff
path: root/src/common/logging
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/logging')
-rw-r--r--src/common/logging/backend.cpp3
-rw-r--r--src/common/logging/log.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index 2bbc5bb16..7f3ae1a4e 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -35,11 +35,14 @@ namespace Log {
35 SUB(Service, ACC) \ 35 SUB(Service, ACC) \
36 SUB(Service, Audio) \ 36 SUB(Service, Audio) \
37 SUB(Service, AM) \ 37 SUB(Service, AM) \
38 SUB(Service, AOC) \
38 SUB(Service, APM) \ 39 SUB(Service, APM) \
40 SUB(Service, Friend) \
39 SUB(Service, FS) \ 41 SUB(Service, FS) \
40 SUB(Service, HID) \ 42 SUB(Service, HID) \
41 SUB(Service, LM) \ 43 SUB(Service, LM) \
42 SUB(Service, NIFM) \ 44 SUB(Service, NIFM) \
45 SUB(Service, NS) \
43 SUB(Service, NVDRV) \ 46 SUB(Service, NVDRV) \
44 SUB(Service, PCTL) \ 47 SUB(Service, PCTL) \
45 SUB(Service, SET) \ 48 SUB(Service, SET) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 0d79b8498..3cf13fcb0 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -51,12 +51,15 @@ enum class Class : ClassType {
51 /// should have its own subclass. 51 /// should have its own subclass.
52 Service_ACC, ///< The ACC (Accounts) service 52 Service_ACC, ///< The ACC (Accounts) service
53 Service_AM, ///< The AM (Applet manager) service 53 Service_AM, ///< The AM (Applet manager) service
54 Service_AOC, ///< The AOC (AddOn Content) service
54 Service_APM, ///< The APM (Performance) service 55 Service_APM, ///< The APM (Performance) service
55 Service_Audio, ///< The Audio (Audio control) service 56 Service_Audio, ///< The Audio (Audio control) service
57 Service_Friend, ///< The friend service
56 Service_FS, ///< The FS (Filesystem) service 58 Service_FS, ///< The FS (Filesystem) service
57 Service_HID, ///< The HID (Human interface device) service 59 Service_HID, ///< The HID (Human interface device) service
58 Service_LM, ///< The LM (Logger) service 60 Service_LM, ///< The LM (Logger) service
59 Service_NIFM, ///< The NIFM (Network interface) service 61 Service_NIFM, ///< The NIFM (Network interface) service
62 Service_NS, ///< The NS services
60 Service_NVDRV, ///< The NVDRV (Nvidia driver) service 63 Service_NVDRV, ///< The NVDRV (Nvidia driver) service
61 Service_PCTL, ///< The PCTL (Parental control) service 64 Service_PCTL, ///< The PCTL (Parental control) service
62 Service_SET, ///< The SET (Settings) service 65 Service_SET, ///< The SET (Settings) service