Core/Logging: Add new log type for SOAP.

Closes #8201
This commit is contained in:
Spp
2012-10-28 13:03:50 +01:00
parent 57f84c920b
commit 1925027aec
4 changed files with 16 additions and 11 deletions

View File

@@ -217,6 +217,8 @@ char const* Appender::getLogFilterTypeString(LogFilterType type)
return "SERVER LOADING";
case LOG_FILTER_OPCODES:
return "OPCODE";
case LOG_FILTER_SOAP:
return "SOAP";
default:
break;
}