Click or drag to resize
ILogContext Interface
Interface for the Log context

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 9.0.0
Syntax
C#
public interface ILogContext

The ILogContext type exposes the following members.

Properties
  NameDescription
Public propertyLog
Log content
Public propertyLogGuid
Log guid.
Public propertyMaxLength
Maximum length of the log
Public propertyOffset
Offset of a partial log in a complete log
Top
Methods
  NameDescription
Public methodAppendText
Appends the text.
Public methodClear
Clears the log
Top
See Also