Table of Contents

Interface ILogContext

Namespace
CMS.Core
Assembly
CMS.Core.dll

Interface for the Log context

[Obsolete("Member is deprecated and will be removed in next version.")]
[ObsoleteSince(28, 0)]
public interface ILogContext
Extension Methods

Properties

Log

Log content

string Log { get; set; }

Property Value

string

LogGuid

Log guid.

Guid LogGuid { get; set; }

Property Value

Guid

MaxLength

Maximum length of the log

int MaxLength { get; set; }

Property Value

int

Offset

Offset of a partial log in a complete log

int Offset { get; }

Property Value

int

Methods

AppendText(string, bool)

Appends the text.

void AppendText(string text, bool newLine = true)

Parameters

text string

Text to append

newLine bool

Append as new line

Clear()

Clears the log

void Clear()