diff options
Diffstat (limited to 'src/common/logging')
| -rw-r--r-- | src/common/logging/backend.cpp | 8 | ||||
| -rw-r--r-- | src/common/logging/log.h | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 355abd682..e80784c3c 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -171,15 +171,21 @@ void FileBackend::Write(const Entry& entry) { | |||
| 171 | SUB(Service, ARP) \ | 171 | SUB(Service, ARP) \ |
| 172 | SUB(Service, BCAT) \ | 172 | SUB(Service, BCAT) \ |
| 173 | SUB(Service, BPC) \ | 173 | SUB(Service, BPC) \ |
| 174 | SUB(Service, BTDRV) \ | ||
| 174 | SUB(Service, BTM) \ | 175 | SUB(Service, BTM) \ |
| 175 | SUB(Service, Capture) \ | 176 | SUB(Service, Capture) \ |
| 177 | SUB(Service, ERPT) \ | ||
| 178 | SUB(Service, ETicket) \ | ||
| 179 | SUB(Service, EUPLD) \ | ||
| 176 | SUB(Service, Fatal) \ | 180 | SUB(Service, Fatal) \ |
| 177 | SUB(Service, FGM) \ | 181 | SUB(Service, FGM) \ |
| 178 | SUB(Service, Friend) \ | 182 | SUB(Service, Friend) \ |
| 179 | SUB(Service, FS) \ | 183 | SUB(Service, FS) \ |
| 184 | SUB(Service, GRC) \ | ||
| 180 | SUB(Service, HID) \ | 185 | SUB(Service, HID) \ |
| 181 | SUB(Service, LBL) \ | 186 | SUB(Service, LBL) \ |
| 182 | SUB(Service, LDN) \ | 187 | SUB(Service, LDN) \ |
| 188 | SUB(Service, LDR) \ | ||
| 183 | SUB(Service, LM) \ | 189 | SUB(Service, LM) \ |
| 184 | SUB(Service, Migration) \ | 190 | SUB(Service, Migration) \ |
| 185 | SUB(Service, Mii) \ | 191 | SUB(Service, Mii) \ |
| @@ -188,11 +194,13 @@ void FileBackend::Write(const Entry& entry) { | |||
| 188 | SUB(Service, NFC) \ | 194 | SUB(Service, NFC) \ |
| 189 | SUB(Service, NFP) \ | 195 | SUB(Service, NFP) \ |
| 190 | SUB(Service, NIFM) \ | 196 | SUB(Service, NIFM) \ |
| 197 | SUB(Service, NIM) \ | ||
| 191 | SUB(Service, NS) \ | 198 | SUB(Service, NS) \ |
| 192 | SUB(Service, NVDRV) \ | 199 | SUB(Service, NVDRV) \ |
| 193 | SUB(Service, PCIE) \ | 200 | SUB(Service, PCIE) \ |
| 194 | SUB(Service, PCTL) \ | 201 | SUB(Service, PCTL) \ |
| 195 | SUB(Service, PCV) \ | 202 | SUB(Service, PCV) \ |
| 203 | SUB(Service, PM) \ | ||
| 196 | SUB(Service, PREPO) \ | 204 | SUB(Service, PREPO) \ |
| 197 | SUB(Service, PSC) \ | 205 | SUB(Service, PSC) \ |
| 198 | SUB(Service, SET) \ | 206 | SUB(Service, SET) \ |
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index a889ebefa..e12f47f8f 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -58,15 +58,21 @@ enum class Class : ClassType { | |||
| 58 | Service_Audio, ///< The Audio (Audio control) service | 58 | Service_Audio, ///< The Audio (Audio control) service |
| 59 | Service_BCAT, ///< The BCAT service | 59 | Service_BCAT, ///< The BCAT service |
| 60 | Service_BPC, ///< The BPC service | 60 | Service_BPC, ///< The BPC service |
| 61 | Service_BTDRV, ///< The Bluetooth driver service | ||
| 61 | Service_BTM, ///< The BTM service | 62 | Service_BTM, ///< The BTM service |
| 62 | Service_Capture, ///< The capture service | 63 | Service_Capture, ///< The capture service |
| 64 | Service_ERPT, ///< The error reporting service | ||
| 65 | Service_ETicket, ///< The ETicket service | ||
| 66 | Service_EUPLD, ///< The error upload service | ||
| 63 | Service_Fatal, ///< The Fatal service | 67 | Service_Fatal, ///< The Fatal service |
| 64 | Service_FGM, ///< The FGM service | 68 | Service_FGM, ///< The FGM service |
| 65 | Service_Friend, ///< The friend service | 69 | Service_Friend, ///< The friend service |
| 66 | Service_FS, ///< The FS (Filesystem) service | 70 | Service_FS, ///< The FS (Filesystem) service |
| 71 | Service_GRC, ///< The game recording service | ||
| 67 | Service_HID, ///< The HID (Human interface device) service | 72 | Service_HID, ///< The HID (Human interface device) service |
| 68 | Service_LBL, ///< The LBL (LCD backlight) service | 73 | Service_LBL, ///< The LBL (LCD backlight) service |
| 69 | Service_LDN, ///< The LDN (Local domain network) service | 74 | Service_LDN, ///< The LDN (Local domain network) service |
| 75 | Service_LDR, ///< The loader service | ||
| 70 | Service_LM, ///< The LM (Logger) service | 76 | Service_LM, ///< The LM (Logger) service |
| 71 | Service_Migration, ///< The migration service | 77 | Service_Migration, ///< The migration service |
| 72 | Service_Mii, ///< The Mii service | 78 | Service_Mii, ///< The Mii service |
| @@ -75,11 +81,13 @@ enum class Class : ClassType { | |||
| 75 | Service_NFC, ///< The NFC (Near-field communication) service | 81 | Service_NFC, ///< The NFC (Near-field communication) service |
| 76 | Service_NFP, ///< The NFP service | 82 | Service_NFP, ///< The NFP service |
| 77 | Service_NIFM, ///< The NIFM (Network interface) service | 83 | Service_NIFM, ///< The NIFM (Network interface) service |
| 84 | Service_NIM, ///< The NIM service | ||
| 78 | Service_NS, ///< The NS services | 85 | Service_NS, ///< The NS services |
| 79 | Service_NVDRV, ///< The NVDRV (Nvidia driver) service | 86 | Service_NVDRV, ///< The NVDRV (Nvidia driver) service |
| 80 | Service_PCIE, ///< The PCIe service | 87 | Service_PCIE, ///< The PCIe service |
| 81 | Service_PCTL, ///< The PCTL (Parental control) service | 88 | Service_PCTL, ///< The PCTL (Parental control) service |
| 82 | Service_PCV, ///< The PCV service | 89 | Service_PCV, ///< The PCV service |
| 90 | Service_PM, ///< The PM service | ||
| 83 | Service_PREPO, ///< The PREPO (Play report) service | 91 | Service_PREPO, ///< The PREPO (Play report) service |
| 84 | Service_PSC, ///< The PSC service | 92 | Service_PSC, ///< The PSC service |
| 85 | Service_SET, ///< The SET (Settings) service | 93 | Service_SET, ///< The SET (Settings) service |