API reference
API reference
Select your platform
No SDKs available
No versions available

LogEntry Struct

Overview

Properties

string
DateTime
string
Message[Get]
object []
Exception

Public Member Functions

LogEntry
( string category,
VLoggerVerbosity verbosity,
CorrelationID correlationId,
string message,
object [] parameters )
LogEntry
( string category,
VLoggerVerbosity verbosity,
CorrelationID correlationId,
ErrorCode errorCode,
Exception exception,
string message,
object [] parameters )
LogEntry
( string category,
VLoggerVerbosity verbosity,
CorrelationID correlationId,
ErrorCode errorCode,
string message,
object [] parameters )
override string

Details

Properties

string Meta.Voice.Logging.VLogger.LogEntry.Category
No description available.
DateTime Meta.Voice.Logging.VLogger.LogEntry.TimeStamp
No description available.
string Meta.Voice.Logging.VLogger.LogEntry.Message
No description available.
object [] Meta.Voice.Logging.VLogger.LogEntry.Parameters
No description available.
CorrelationID Meta.Voice.Logging.VLogger.LogEntry.CorrelationID
No description available.
VLoggerVerbosity Meta.Voice.Logging.VLogger.LogEntry.Verbosity
No description available.
Exception Meta.Voice.Logging.VLogger.LogEntry.Exception
No description available.
ErrorCode Meta.Voice.Logging.VLogger.LogEntry.ErrorCode
No description available.

Member Functions

Meta.Voice.Logging.VLogger.LogEntry.LogEntry
( string category,
VLoggerVerbosity verbosity,
CorrelationID correlationId,
string message,
object [] parameters )
No description available.
Meta.Voice.Logging.VLogger.LogEntry.LogEntry
( string category,
VLoggerVerbosity verbosity,
CorrelationID correlationId,
ErrorCode errorCode,
Exception exception,
string message,
object [] parameters )
No description available.
Meta.Voice.Logging.VLogger.LogEntry.LogEntry
( string category,
VLoggerVerbosity verbosity,
CorrelationID correlationId,
ErrorCode errorCode,
string message,
object [] parameters )
No description available.
override string Meta.Voice.Logging.VLogger.LogEntry.ToString ( )
No description available.