Click or drag to resize
SyslogMessage Class
syslog message.
Inheritance Hierarchy
SystemObject
  SyslogNet.ClientSyslogMessage

Namespace: SyslogNet.Client
Assembly: SyslogNet.Client.Core (in SyslogNet.Client.Core.dll) Version: 0.4.0.0
Syntax
public class SyslogMessage

The SyslogMessage type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAppName
Gets the application name.
Public propertyDateTimeOffset
Gets the timestamp.
Public propertyFacility
Gets the facility.
Public propertyHostName
Gets the host name.
Public propertyMessage
Gets the message text.
Public propertyMsgId
Gets the message identifier.
Public propertyProcId
Gets the process identifier.
Public propertySeverity
Gets the severity.
Public propertyStructuredDataElements
Gets the structured data.
Public propertyVersion
Gets the protocol version.
Top
Methods
  NameDescription
Public methodStatic memberCreate
Creates an instance of the SyslogMessage class for sending a local syslog message.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberDefaultFacility Obsolete.
Default message facility.
Public fieldStatic memberDefaultSeverity Obsolete.
Default message severity.
Top
See Also