Show / Hide Table of Contents

    Interface ILogStorage

    Namespace: QFSW.QC
    Assembly: QFSW.QC.dll
    Syntax
    public interface ILogStorage

    Properties

    Logs

    Declaration
    IReadOnlyList<ILog> Logs { get; }
    Property Value
    Type Description
    IReadOnlyList<ILog>

    MaxStoredLogs

    Declaration
    int MaxStoredLogs { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    AddLog(ILog)

    Declaration
    void AddLog(ILog log)
    Parameters
    Type Name Description
    ILog log

    Clear()

    Declaration
    void Clear()

    GetLogString()

    Declaration
    string GetLogString()
    Returns
    Type Description
    String

    RemoveLog()

    Declaration
    void RemoveLog()

    Extension Methods

    ArraySingleExtensions.AsArraySingle<T>(T)
    CollectionExtensions.Yield<T>(T)
    Quantum Console by QFSW
    Back to top