logger: Add NIFM service logging category.
This commit is contained in:
parent
8a5833f7ad
commit
485c6541cf
6 changed files with 13 additions and 11 deletions
|
@ -40,6 +40,7 @@ namespace Log {
|
|||
SUB(Service, CFG) \
|
||||
SUB(Service, DSP) \
|
||||
SUB(Service, HID) \
|
||||
SUB(Service, NIFM) \
|
||||
SUB(Service, NVDRV) \
|
||||
SUB(Service, Audio) \
|
||||
SUB(Service, VI) \
|
||||
|
|
|
@ -57,6 +57,7 @@ enum class Class : ClassType {
|
|||
Service_CFG, ///< The CFG (Configuration) service
|
||||
Service_DSP, ///< The DSP (DSP control) service
|
||||
Service_HID, ///< The HID (Human interface device) service
|
||||
Service_NIFM, ///< The NIFM (Network interface) service
|
||||
Service_NVDRV, ///< The NVDRV (Nvidia driver) service
|
||||
Service_Audio, ///< The Audio (Audio control) service
|
||||
Service_VI, ///< The VI (Video interface) service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue