diff options
Diffstat (limited to 'include/logger.h')
-rw-r--r-- | include/logger.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/logger.h b/include/logger.h index 31fd4f627..e065e79bd 100644 --- a/include/logger.h +++ b/include/logger.h @@ -96,6 +96,11 @@ class CoreExport Log ~Log(); + private: + Anope::string FormatSource() const; + Anope::string FormatCommand() const; + + public: Anope::string BuildPrefix() const; template<typename T> Log &operator<<(T val) |