Show / Hide Table of Contents

    Interface ILog

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

    Properties

    NewLine

    Declaration
    bool NewLine { get; }
    Property Value
    Type Description
    Boolean

    Text

    Declaration
    string Text { get; }
    Property Value
    Type Description
    String

    Type

    Declaration
    LogType Type { get; }
    Property Value
    Type Description
    LogType

    Extension Methods

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