logging: Add WebService as a log cateogry.

This commit is contained in:
bunnei 2017-06-27 22:29:00 -04:00
parent a13865c10f
commit e5a69c42e2
2 changed files with 3 additions and 1 deletions

View file

@ -73,7 +73,8 @@ namespace Log {
SUB(Audio, Sink) \
CLS(Input) \
CLS(Network) \
CLS(Loader)
CLS(Loader) \
CLS(WebService)
// GetClassName is a macro defined by Windows.h, grrr...
const char* GetLogClassName(Class log_class) {