10.24.0

SolLogInfo Class

This represents a log info object.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public sealed class SolLogInfo
Inheritance
Object    SolLogInfo

Properties

DateTime The DateTime of this log info.
LogException Optional log info exception.
LoggerName This represents the logger name that logged this message.
LogLevel This represents the log level for this log info.
LogMessage This represents a log message.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToString This returns a String that represents the current object.
(Overrides ObjectToString)

See Also