docs.unity3d.com
    Show / Hide Table of Contents

    Interface ICodeLogger

    A logger that can receive log messages of severeness levels

    Namespace: GLTFast.Logging
    Syntax
    public interface ICodeLogger

    Methods

    Error(LogCode, String[])

    Dispatches a critical error message.

    Declaration
    void Error(LogCode code, params string[] messages)
    Parameters
    Type Name Description
    LogCode code

    Message's log code

    String[] messages

    Additional, optional message parts

    Error(String)

    Dispatches a critical error message.

    Declaration
    void Error(string message)
    Parameters
    Type Name Description
    String message

    Message to send

    Info(LogCode, String[])

    Dispatches an informational message.

    Declaration
    void Info(LogCode code, params string[] messages)
    Parameters
    Type Name Description
    LogCode code

    Message's log code

    String[] messages

    Additional, optional message parts

    Info(String)

    Dispatches an informational message.

    Declaration
    void Info(string message)
    Parameters
    Type Name Description
    String message

    Message to send

    Warning(LogCode, String[])

    Dispatches a warning message.

    Declaration
    void Warning(LogCode code, params string[] messages)
    Parameters
    Type Name Description
    LogCode code

    Message's log code

    String[] messages

    Additional, optional message parts

    Warning(String)

    Dispatches a warning message.

    Declaration
    void Warning(string message)
    Parameters
    Type Name Description
    String message

    Message to send

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023