Click or drag to resize

SolLogInfo Class

version: 10.22.0
This represents a log info object.
Inheritance Hierarchy
SystemObject
  SolaceSystems.Solclient.MessagingSolLogInfo

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntax
C#
public sealed class SolLogInfo

The SolLogInfo type exposes the following members.

Properties
  NameDescription
Public propertyDateTime
The DateTime of this log info.
Public propertyLogException
Optional log info exception.
Public propertyLoggerName
This represents the logger name that logged this message.
Public propertyLogLevel
This represents the log level for this log info.
Public propertyLogMessage
This represents a log message.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
This returns a String that represents the current object.
(Overrides ObjectToString.)
Top
See Also