Search Results for

    Show / Hide Table of Contents

    Class Log

    Inheritance
    Object
    Log
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: TowseyLibrary
    Assembly: TowseyLibrary.dll
    Syntax
    public static class Log

    Properties

    | Improve this Doc View Source

    Verbosity

    Declaration
    public static int Verbosity { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    | Improve this Doc View Source

    WriteIfVerbose(String, Object[])

    Declaration
    public static void WriteIfVerbose(string format, params object[] args)
    Parameters
    Type Name Description
    String format
    Object[] args
    | Improve this Doc View Source

    WriteLine(String, Object[])

    Declaration
    public static void WriteLine(string format, params object[] args)
    Parameters
    Type Name Description
    String format
    Object[] args
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top