ISysLogWriterOpen Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Opens the log with a specific facility, a formatter and prepares the log for writing.

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

void Open(
	SyslogFacility facility,
	IDictionary<string, string> properties,
	IFormatProvider format
)

Parameters

facility
Type: ContentStudio.ServiceManager.LoggingSyslogFacility
The facility to use.
properties
Type: System.Collections.GenericIDictionaryString, String
The properties passed in.
format
Type: SystemIFormatProvider
The format.
See Also

Reference