API reference

IVLogger Interface

The VSDK Logger. Each class should have its own instance of the logger. Instances should be created via ILoggerRegistry.

Methods

Flush ( correlationID )
Writes out any high verbosity logs that have been suppressed as part of the specified correlation ID.
Signature
void Meta.Voice.Logging.IVLogger.Flush(CorrelationID correlationID)
Parameters
correlationID: CorrelationID
Returns
void
Flush ()
Writes out any high verbosity logs that have been suppressed.
Signature
void Meta.Voice.Logging.IVLogger.Flush()
Returns
void