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