ISysLogWriterCanWrite Property Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Gets a value indicating whether this instance can write to its log.

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

bool CanWrite { get; }

Property Value

Type: Boolean
true if this instance can write; otherwise, false.
Remarks

Implementation can use this value to indicate to the logging application whether or not the log system is working. Caller should call this property to ensure that the logging implementation is working properly.
See Also

Reference