Search Results for

    Show / Hide Table of Contents

    Class Logger

    Inheritance
    System.Object
    Logger
    Namespace: OpenAPI
    Assembly: OpenAPI.dll
    Syntax
    public class Logger : object

    Methods

    | Improve this Doc View Source

    Error(String)

    Declaration
    public void Error(string message)
    Parameters
    Type Name Description
    System.String message
    | Improve this Doc View Source

    GetLogger(String)

    Declaration
    public static Logger GetLogger(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    Logger
    | Improve this Doc View Source

    GetLogger(Type)

    Declaration
    public static Logger GetLogger(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    Logger
    | Improve this Doc View Source

    Info(String)

    Declaration
    public void Info(string message)
    Parameters
    Type Name Description
    System.String message
    | Improve this Doc View Source

    Warn(String)

    Declaration
    public void Warn(string message)
    Parameters
    Type Name Description
    System.String message
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX