|
Maps SDK for C++ 1.0.0
|
Api Call Logger interface. More...
Public Member Functions | |
| virtual void | onLog (int logLevel, char *logText, unsigned logTextSize)=0 |
| Low level engine log hook. | |
| virtual int | onGetLogLevel () const =0 |
| Gets the stating logging level from which the Sdk will print logs, e.g. | |
| virtual bool | onUseSystemLogging () const |
| Check if allowed to use system logging. | |
| virtual bool | onGetLogBuffer (DataBuffer &buff) |
| Get log data as buffer ( SDK automatic crash dump reporting ). | |
| virtual bool | onGetLogPath (String &path) const |
| Get log data as file path ( SDK automatic crash dump reporting ). | |
Api Call Logger interface.
|
inlinevirtual |
Get log data as buffer ( SDK automatic crash dump reporting ).
| [out] | buff | The buffer to fill with log data |
|
pure virtual |
Gets the stating logging level from which the Sdk will print logs, e.g.
if this function returns LogInfo, only LogInfo, LogWarn, LogError and LogFatal will be printed
|
inlinevirtual |
Get log data as file path ( SDK automatic crash dump reporting ).
| [out] | path | The path to fill with log data |
|
pure virtual |
Low level engine log hook.
| logLevel | The log level |
| logText | The log text |
| logTextSize | The log text size |
|
inlinevirtual |
Check if allowed to use system logging.