... More...
Inherits IDisposable.
Public Member Functions | |
VLLogger () | |
void | Dispose () |
Explicitly releases references to unmanaged resources. More... | |
void | SetLogBufferSize (int maxEntries) |
void | EnableLogBuffer () |
void | DisableLogBuffer () |
bool | FlushLogBuffer () |
VLUnitySdk.LogLevel | GetLogLevel () |
bool | SetLogLevel (VLUnitySdk.LogLevel level) |
bool | Log (string message, VLUnitySdk.LogLevel level) |
...
|
inline |
|
inline |
|
inline |
Explicitly releases references to unmanaged resources.
Call Dispose when you are finished using the VLLogger. The Dispose method leaves the VLLogger in an unusable state. After calling Dispose, you must release all references to the VLLogger so the garbage collector can reclaim the memory that the VLLogger was occupying.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |