LogEntry
(
category
, verbosity
, correlationId
, stackTrace
, prefix
, message
, parameters
)
|
Signature
Meta.Voice.Logging.LogEntry.LogEntry(string category, VLoggerVerbosity verbosity, CorrelationID correlationId, StackTrace stackTrace, string prefix, string message, object [] parameters) Parameters category: stringverbosity: VLoggerVerbositycorrelationId: CorrelationIDstackTrace: StackTraceprefix: stringmessage: stringparameters: object [] |
LogEntry
(
category
, verbosity
, correlationId
, errorCode
, exception
, stackTrace
, prefix
, message
, parameters
)
|
Signature
Meta.Voice.Logging.LogEntry.LogEntry(string category, VLoggerVerbosity verbosity, CorrelationID correlationId, ErrorCode errorCode, Exception exception, StackTrace stackTrace, string prefix, string message, object [] parameters) Parameters category: stringverbosity: VLoggerVerbositycorrelationId: CorrelationIDerrorCode: ErrorCodeexception: ExceptionstackTrace: StackTraceprefix: stringmessage: stringparameters: object [] |
LogEntry
(
category
, verbosity
, correlationId
, errorCode
, stackTrace
, prefix
, message
, parameters
)
|
Signature
Meta.Voice.Logging.LogEntry.LogEntry(string category, VLoggerVerbosity verbosity, CorrelationID correlationId, ErrorCode errorCode, StackTrace stackTrace, string prefix, string message, object [] parameters) Parameters category: stringverbosity: VLoggerVerbositycorrelationId: CorrelationIDerrorCode: ErrorCodestackTrace: StackTraceprefix: stringmessage: stringparameters: object [] |
Category
: string
[Get] |
Signature
string Meta.Voice.Logging.LogEntry.Category |
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 |
StackTrace
: StackTrace
[Get] |
Signature
StackTrace Meta.Voice.Logging.LogEntry.StackTrace |
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 |