mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Moves debuglog stuff inside the debug_log namespace
This commit is contained in:
@@ -28,6 +28,8 @@ typedef struct DebugLog_t DebugLog;
|
||||
#ifdef __cplusplus
|
||||
|
||||
namespace modsecurity {
|
||||
namespace debug_log {
|
||||
|
||||
|
||||
/** @ingroup ModSecurity_CPP_API */
|
||||
class DebugLog {
|
||||
@@ -51,6 +53,8 @@ class DebugLog {
|
||||
std::string m_fileName;
|
||||
};
|
||||
|
||||
|
||||
} // namespace debug_log
|
||||
} // namespace modsecurity
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user