diff options
Diffstat (limited to 'src/common/logging/backend.cpp')
| -rw-r--r-- | src/common/logging/backend.cpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index ad9edbcdf..355abd682 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -168,26 +168,41 @@ void FileBackend::Write(const Entry& entry) { | |||
| 168 | SUB(Service, AM) \ | 168 | SUB(Service, AM) \ |
| 169 | SUB(Service, AOC) \ | 169 | SUB(Service, AOC) \ |
| 170 | SUB(Service, APM) \ | 170 | SUB(Service, APM) \ |
| 171 | SUB(Service, ARP) \ | ||
| 171 | SUB(Service, BCAT) \ | 172 | SUB(Service, BCAT) \ |
| 173 | SUB(Service, BPC) \ | ||
| 174 | SUB(Service, BTM) \ | ||
| 175 | SUB(Service, Capture) \ | ||
| 172 | SUB(Service, Fatal) \ | 176 | SUB(Service, Fatal) \ |
| 177 | SUB(Service, FGM) \ | ||
| 173 | SUB(Service, Friend) \ | 178 | SUB(Service, Friend) \ |
| 174 | SUB(Service, FS) \ | 179 | SUB(Service, FS) \ |
| 175 | SUB(Service, HID) \ | 180 | SUB(Service, HID) \ |
| 181 | SUB(Service, LBL) \ | ||
| 176 | SUB(Service, LDN) \ | 182 | SUB(Service, LDN) \ |
| 177 | SUB(Service, LM) \ | 183 | SUB(Service, LM) \ |
| 184 | SUB(Service, Migration) \ | ||
| 185 | SUB(Service, Mii) \ | ||
| 178 | SUB(Service, MM) \ | 186 | SUB(Service, MM) \ |
| 187 | SUB(Service, NCM) \ | ||
| 188 | SUB(Service, NFC) \ | ||
| 179 | SUB(Service, NFP) \ | 189 | SUB(Service, NFP) \ |
| 180 | SUB(Service, NIFM) \ | 190 | SUB(Service, NIFM) \ |
| 181 | SUB(Service, NS) \ | 191 | SUB(Service, NS) \ |
| 182 | SUB(Service, NVDRV) \ | 192 | SUB(Service, NVDRV) \ |
| 193 | SUB(Service, PCIE) \ | ||
| 183 | SUB(Service, PCTL) \ | 194 | SUB(Service, PCTL) \ |
| 195 | SUB(Service, PCV) \ | ||
| 184 | SUB(Service, PREPO) \ | 196 | SUB(Service, PREPO) \ |
| 197 | SUB(Service, PSC) \ | ||
| 185 | SUB(Service, SET) \ | 198 | SUB(Service, SET) \ |
| 186 | SUB(Service, SM) \ | 199 | SUB(Service, SM) \ |
| 187 | SUB(Service, SPL) \ | 200 | SUB(Service, SPL) \ |
| 188 | SUB(Service, SSL) \ | 201 | SUB(Service, SSL) \ |
| 189 | SUB(Service, Time) \ | 202 | SUB(Service, Time) \ |
| 203 | SUB(Service, USB) \ | ||
| 190 | SUB(Service, VI) \ | 204 | SUB(Service, VI) \ |
| 205 | SUB(Service, WLAN) \ | ||
| 191 | CLS(HW) \ | 206 | CLS(HW) \ |
| 192 | SUB(HW, Memory) \ | 207 | SUB(HW, Memory) \ |
| 193 | SUB(HW, LCD) \ | 208 | SUB(HW, LCD) \ |
| @@ -204,6 +219,7 @@ void FileBackend::Write(const Entry& entry) { | |||
| 204 | CLS(Input) \ | 219 | CLS(Input) \ |
| 205 | CLS(Network) \ | 220 | CLS(Network) \ |
| 206 | CLS(Loader) \ | 221 | CLS(Loader) \ |
| 222 | CLS(Crypto) \ | ||
| 207 | CLS(WebService) | 223 | CLS(WebService) |
| 208 | 224 | ||
| 209 | // GetClassName is a macro defined by Windows.h, grrr... | 225 | // GetClassName is a macro defined by Windows.h, grrr... |