logger: Add Time service logging category.
This commit is contained in:
parent
c689fe8424
commit
8e1dbb26bd
3 changed files with 12 additions and 10 deletions
|
@ -44,6 +44,7 @@ namespace Log {
|
|||
SUB(Service, PCTL) \
|
||||
SUB(Service, SET) \
|
||||
SUB(Service, SM) \
|
||||
SUB(Service, Time) \
|
||||
SUB(Service, VI) \
|
||||
CLS(HW) \
|
||||
SUB(HW, Memory) \
|
||||
|
|
|
@ -61,6 +61,7 @@ enum class Class : ClassType {
|
|||
Service_PCTL, ///< The PCTL (Parental control) service
|
||||
Service_SET, ///< The SET (Settings) service
|
||||
Service_SM, ///< The SM (Service manager) service
|
||||
Service_Time, ///< The time service
|
||||
Service_VI, ///< The VI (Video interface) service
|
||||
HW, ///< Low-level hardware emulation
|
||||
HW_Memory, ///< Memory-map and address translation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue