Show / Hide Table of Contents

    Struct Log

    Implements
    ILog
    Namespace: QFSW.QC
    Assembly: QFSW.QC.dll
    Syntax
    public struct Log : ILog

    Constructors

    Log(String, LogType, Boolean)

    Declaration
    public Log(string text, LogType type = LogType.Log, bool newLine = true)
    Parameters
    Type Name Description
    String text
    LogType type
    Boolean newLine

    Properties

    NewLine

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

    Text

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

    Type

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

    Implements

    ILog

    Extension Methods

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