Callbacks associated with logging
Inherits from Wombat.MamaLogFileCallback
Name | |
---|---|
void | onLog(MamaLogLevel level, string message) This function will be called every time a mama log is written. |
Public Functions inherited from Wombat.MamaLogFileCallback
Name | |
---|---|
void | onLogSizeExceeded() Called when log size reaches max size with USER policy |
void onLog(
MamaLogLevel level,
string message
)
This function will be called every time a mama log is written.
Parameters:
Updated on 2023-03-31 at 15:29:32 +0100