Class LogEntry
Represents a UI-friendly log message with an optional display color name.
Inherited Members
Namespace: ApacheMinaSSHD.NET.Wrapper.Logging
Assembly: ApacheMinaSSHD.NET.Wrapper.dll
Syntax
public class LogEntry
Constructors
| Edit this page View SourceLogEntry()
Creates an empty log entry.
Declaration
public LogEntry()
Fields
| Edit this page View SourceMessage
Gets or sets the log message text.
Declaration
public string Message
Field Value
| Type | Description |
|---|---|
| string |
Properties
| Edit this page View SourceColorName
Gets or sets the preferred display color name (e.g. "Red", "Green").
Declaration
public string? ColorName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |