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: stringverbosity: VLoggerVerbositycorrelationId: CorrelationIDcontext: LoggingContextprefix: stringmessage: stringparameters: 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: stringverbosity: VLoggerVerbositycorrelationId: CorrelationIDerrorCode: ErrorCodeexception: Exceptioncontext: LoggingContextprefix: stringmessage: stringparameters: 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: stringverbosity: VLoggerVerbositycorrelationId: CorrelationIDerrorCode: ErrorCodecontext: LoggingContextprefix: stringmessage: stringparameters: params object [] |
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 |
CompareTo
(
other
)
|
Signature
int Meta.Voice.Logging.LogEntry.CompareTo(LogEntry other) Parameters other: LogEntryReturns int |
ToString
()
|
Signature
override string Meta.Voice.Logging.LogEntry.ToString() Returns override string |