documentation

VLLogger Class Reference

... More...

Inherits IDisposable.

Public Member Functions

void DisableLogBuffer ()
 
void Dispose ()
 Explicitly releases references to unmanaged resources. More...
 
void EnableLogBuffer ()
 
bool FlushLogBuffer ()
 
VLUnitySdk.LogLevel GetLogLevel ()
 
bool Log (string message, VLUnitySdk.LogLevel level)
 
void SetLogBufferSize (int maxEntries)
 
bool SetLogLevel (VLUnitySdk.LogLevel level)
 

Detailed Description

...

Member Function Documentation

◆ Dispose()

void VLLogger.Dispose ( )
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.