Solclient
SolLogInfo Class |
This represents a log info object.
Inheritance Hierarchy
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
The SolLogInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString |
This returns a String that represents the current object.
(Overrides ObjectToString.) |
Properties
Name | Description | |
---|---|---|
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.
|
See Also