Search Results for

    Class LogEntry

    Represents a UI-friendly log message with an optional display color name.

    Inheritance
    object
    LogEntry
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: ApacheMinaSSHD.NET.Wrapper.Logging
    Assembly: ApacheMinaSSHD.NET.Wrapper.dll
    Syntax
    public class LogEntry

    Constructors

    | Edit this page View Source

    LogEntry()

    Creates an empty log entry.

    Declaration
    public LogEntry()

    Fields

    | Edit this page View Source

    Message

    Gets or sets the log message text.

    Declaration
    public string Message
    Field Value
    Type Description
    string

    Properties

    | Edit this page View Source

    ColorName

    Gets or sets the preferred display color name (e.g. "Red", "Green").

    Declaration
    public string? ColorName { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Porta SFTP ServerGitHubApacheMinaSSHD.NET Generated by DocFX