Interface ILogContext
Interface for the Log context
[Obsolete("Member is deprecated and will be removed in next version.")]
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
textstringText to append
newLineboolAppend as new line
Clear()
Clears the log
void Clear()