summaryrefslogtreecommitdiff
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-10-24 16:28:01 -0400
committerGitHub <noreply@github.com>2018-10-24 16:28:01 -0400
commite65f5e4d6627a4896010cb5cf56988c5eb112394 (patch)
treed716ff9335bc0d5157db03988f4b0fb1bc6b0fbe /src/common/logging/log.h
parent77e705a8fa0a70dac2eb81b95fedc5e98d7c274e (diff)
parentf80b80b922e3b8a0cf59831f122562372b852a6b (diff)
Merge pull request #1559 from lioncash/log
logging/backend: Add missing services to the log filters
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r--src/common/logging/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index c9161155a..d4ec31ec3 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -83,6 +83,7 @@ enum class Class : ClassType {
Service_NFP, ///< The NFP service
Service_NIFM, ///< The NIFM (Network interface) service
Service_NIM, ///< The NIM service
+ Service_NPNS, ///< The NPNS service
Service_NS, ///< The NS services
Service_NVDRV, ///< The NVDRV (Nvidia driver) service
Service_PCIE, ///< The PCIe service
@@ -96,6 +97,7 @@ enum class Class : ClassType {
Service_SM, ///< The SM (Service manager) service
Service_SPL, ///< The SPL service
Service_SSL, ///< The SSL service
+ Service_TCAP, ///< The TCAP service.
Service_Time, ///< The time service
Service_USB, ///< The USB (Universal Serial Bus) service
Service_VI, ///< The VI (Video interface) service