diff options
Diffstat (limited to 'src/common/logging/log.h')
| -rw-r--r-- | src/common/logging/log.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |