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.

Properties

string Category[Get]
DateTime TimeStamp[Get]
string Prefix[Get]
string Message[Get]
object [] Parameters[Get]
CorrelationID CorrelationID[Get]
VLoggerVerbosity Verbosity[Get]
Exception Exception[Get]
ErrorCode ErrorCode[Get]
LoggingContext Context[Get]

Member Functions

LogEntry
( string category,
VLoggerVerbosity verbosity,
CorrelationID correlationId,
LoggingContext context,
string prefix,
string message,
params object [] parameters )
LogEntry
( string category,
VLoggerVerbosity verbosity,
CorrelationID correlationId,
ErrorCode errorCode,
Exception exception,
LoggingContext context,
string prefix,
string message,
params object [] parameters )
LogEntry
( string category,
VLoggerVerbosity verbosity,
CorrelationID correlationId,
ErrorCode errorCode,
LoggingContext context,
string prefix,
string message,
params object [] parameters )
override string ToString ( )
int CompareTo
( LogEntry other )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon