summaryrefslogtreecommitdiff
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorGravatar bunnei2018-02-04 22:41:55 -0500
committerGravatar bunnei2018-02-04 22:41:55 -0500
commit649960b4eb40d453ad55688b0fe0dc9677ca1605 (patch)
tree7461875b4c1dd65f0f966ccc59aad3f584f17f6c /src/common/logging/log.h
parentlogger: Add APM service logging category. (diff)
downloadyuzu-649960b4eb40d453ad55688b0fe0dc9677ca1605.tar.gz
yuzu-649960b4eb40d453ad55688b0fe0dc9677ca1605.tar.xz
yuzu-649960b4eb40d453ad55688b0fe0dc9677ca1605.zip
logger: Add LM service logging category.
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r--src/common/logging/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 83fd012f1..6897a1036 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -58,6 +58,7 @@ enum class Class : ClassType {
58 Service_CFG, ///< The CFG (Configuration) service 58 Service_CFG, ///< The CFG (Configuration) service
59 Service_DSP, ///< The DSP (DSP control) service 59 Service_DSP, ///< The DSP (DSP control) service
60 Service_HID, ///< The HID (Human interface device) service 60 Service_HID, ///< The HID (Human interface device) service
61 Service_LM, ///< The LM (Logger) service implementation
61 Service_NIFM, ///< The NIFM (Network interface) service 62 Service_NIFM, ///< The NIFM (Network interface) service
62 Service_NVDRV, ///< The NVDRV (Nvidia driver) service 63 Service_NVDRV, ///< The NVDRV (Nvidia driver) service
63 Service_Audio, ///< The Audio (Audio control) service 64 Service_Audio, ///< The Audio (Audio control) service