mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
Remove unnecessary prototype for Log()
This commit is contained in:
parent
2d5e9514a5
commit
3653058bd3
@ -98,9 +98,6 @@ private:
|
|||||||
static std::set<Logger::Ptr> m_Loggers;
|
static std::set<Logger::Ptr> m_Loggers;
|
||||||
static bool m_ConsoleLogEnabled;
|
static bool m_ConsoleLogEnabled;
|
||||||
static LogSeverity m_ConsoleLogSeverity;
|
static LogSeverity m_ConsoleLogSeverity;
|
||||||
|
|
||||||
friend I2_BASE_API void Log(LogSeverity severity, const String& facility,
|
|
||||||
const String& message);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
I2_BASE_API void IcingaLog(LogSeverity severity, const String& facility, const String& message);
|
I2_BASE_API void IcingaLog(LogSeverity severity, const String& facility, const String& message);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user