Table of Contents

Class LogViewerControl

Namespace
RadioExt_Helper.custom_controls
Assembly
RadioExt-Helper.dll
public class LogViewerControl : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IUserControl
Inheritance
LogViewerControl
Implements
Inherited Members
Extension Methods

Constructors

LogViewerControl()

public LogViewerControl()

LogViewerControl(string)

public LogViewerControl(string identifier)

Parameters

identifier string

Properties

Identifier

public string? Identifier { get; set; }

Property Value

string

Methods

AddLogEntry(DateTime, string)

public void AddLogEntry(DateTime timestamp, string message)

Parameters

timestamp DateTime
message string

DisplayLastLines(int)

public void DisplayLastLines(int lineCount)

Parameters

lineCount int

Dispose(bool)

Clean up any resources being used.
protected override void Dispose(bool disposing)

Parameters

disposing bool
true if managed resources should be disposed; otherwise, false.

LoadRelevantLogEntries()

public void LoadRelevantLogEntries()

Translate()

Specify how to translate the strings of this control.
public void Translate()