logger: Add LM service logging category.

This commit is contained in:
bunnei 2018-02-04 22:41:55 -05:00
parent 8d2e4c3d39
commit 649960b4eb
3 changed files with 4 additions and 2 deletions

View file

@ -58,6 +58,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_LM, ///< The LM (Logger) service implementation
Service_NIFM, ///< The NIFM (Network interface) service
Service_NVDRV, ///< The NVDRV (Nvidia driver) service
Service_Audio, ///< The Audio (Audio control) service