mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 13:03:27 +02:00
Fix issue #23
This commit is contained in:
@@ -39,7 +39,7 @@ class Logger
|
||||
MAX_LOG_HISTORY = 1000
|
||||
};
|
||||
|
||||
typedef std::function<void(Fw::LogLevel, const std::string&, int)> OnLogCallback;
|
||||
typedef std::function<void(Fw::LogLevel, const std::string&, int64)> OnLogCallback;
|
||||
|
||||
public:
|
||||
void log(Fw::LogLevel level, const std::string& message);
|
||||
|
Reference in New Issue
Block a user