ISysLogWriter Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

This interface defines the members needed by a Content Studio event handler when logging to any syslog logging system.

Namespace: ContentStudio.ServiceManager.Logging
Assembly: CS5Interfaces (in CS5Interfaces.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public interface ISysLogWriter : IDisposable

The ISysLogWriter type exposes the following members.

Properties

  NameDescription
Public propertyCanWrite
Gets a value indicating whether this instance can write to its log.
Public propertyFacility
Gets the syslog facility (source) in use.
Top
Methods

  NameDescription
Public methodDispose (Inherited from IDisposable.)
Public methodOpen
Opens the log with a specific facility, a formatter and prepares the log for writing.
Public methodWriteMessage
Writes a message to the syslog.
Top
See Also

Reference