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

LogEntry Struct

Extends IComparable< LogEntry >
A struct representing a single log entry.

Constructors

LogEntry ( category , verbosity , correlationId , context , prefix , message , parameters )
Signature
Meta.Voice.Logging.LogEntry.LogEntry(string category, VLoggerVerbosity verbosity, CorrelationID correlationId, LoggingContext context, string prefix, string message, params object [] parameters)
Parameters
category: string
verbosity: VLoggerVerbosity
correlationId: CorrelationID
prefix: string
message: string
parameters: params object []
LogEntry ( category , verbosity , correlationId , errorCode , exception , context , prefix , message , parameters )
Signature
Meta.Voice.Logging.LogEntry.LogEntry(string category, VLoggerVerbosity verbosity, CorrelationID correlationId, ErrorCode errorCode, Exception exception, LoggingContext context, string prefix, string message, params object [] parameters)
Parameters
category: string
verbosity: VLoggerVerbosity
correlationId: CorrelationID
errorCode: ErrorCode
exception: Exception
prefix: string
message: string
parameters: params object []
LogEntry ( category , verbosity , correlationId , errorCode , context , prefix , message , parameters )
Signature
Meta.Voice.Logging.LogEntry.LogEntry(string category, VLoggerVerbosity verbosity, CorrelationID correlationId, ErrorCode errorCode, LoggingContext context, string prefix, string message, params object [] parameters)
Parameters
category: string
verbosity: VLoggerVerbosity
correlationId: CorrelationID
errorCode: ErrorCode
prefix: string
message: string
parameters: params object []

Properties

Category : string
[Get]
Signature
string Meta.Voice.Logging.LogEntry.Category
Context : LoggingContext
[Get]
Signature
LoggingContext Meta.Voice.Logging.LogEntry.Context
CorrelationID : CorrelationID
[Get]
Signature
CorrelationID Meta.Voice.Logging.LogEntry.CorrelationID
ErrorCode : ErrorCode
[Get]
Signature
ErrorCode Meta.Voice.Logging.LogEntry.ErrorCode
Exception : Exception
[Get]
Signature
Exception Meta.Voice.Logging.LogEntry.Exception
Message : string
[Get][Set]
Signature
string Meta.Voice.Logging.LogEntry.Message
Parameters : object []
[Get]
Signature
object [] Meta.Voice.Logging.LogEntry.Parameters
Prefix : string
[Get][Set]
Signature
string Meta.Voice.Logging.LogEntry.Prefix
TimeStamp : DateTime
[Get]
Signature
DateTime Meta.Voice.Logging.LogEntry.TimeStamp
Verbosity : VLoggerVerbosity
[Get]
Signature
VLoggerVerbosity Meta.Voice.Logging.LogEntry.Verbosity

Methods

CompareTo ( other )
Signature
int Meta.Voice.Logging.LogEntry.CompareTo(LogEntry other)
Parameters
other: LogEntry
Returns
int
ToString ()
Signature
override string Meta.Voice.Logging.LogEntry.ToString()
Returns
override string