diff options
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/logging/backend.cpp | 1 | ||||
| -rw-r--r-- | src/common/logging/log.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index c663b6358..55de535c0 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -193,6 +193,7 @@ void FileBackend::Write(const Entry& entry) { | |||
| 193 | SUB(Service, SSL) \ | 193 | SUB(Service, SSL) \ |
| 194 | SUB(Service, Time) \ | 194 | SUB(Service, Time) \ |
| 195 | SUB(Service, VI) \ | 195 | SUB(Service, VI) \ |
| 196 | SUB(Service, WLAN) \ | ||
| 196 | CLS(HW) \ | 197 | CLS(HW) \ |
| 197 | SUB(HW, Memory) \ | 198 | SUB(HW, Memory) \ |
| 198 | SUB(HW, LCD) \ | 199 | SUB(HW, LCD) \ |
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index e7fd986d5..e8d98de99 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -80,6 +80,7 @@ enum class Class : ClassType { | |||
| 80 | Service_SSL, ///< The SSL service | 80 | Service_SSL, ///< The SSL service |
| 81 | Service_Time, ///< The time service | 81 | Service_Time, ///< The time service |
| 82 | Service_VI, ///< The VI (Video interface) service | 82 | Service_VI, ///< The VI (Video interface) service |
| 83 | Service_WLAN, ///< The WLAN (Wireless local area network) service | ||
| 83 | HW, ///< Low-level hardware emulation | 84 | HW, ///< Low-level hardware emulation |
| 84 | HW_Memory, ///< Memory-map and address translation | 85 | HW_Memory, ///< Memory-map and address translation |
| 85 | HW_LCD, ///< LCD register emulation | 86 | HW_LCD, ///< LCD register emulation |