mirror of
https://github.com/edubart/otclient.git
synced 2025-12-14 04:49:45 +01: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