docs.unity.cn
    Show / Hide Table of Contents

    Method LogFormat

    LogFormat(LogType, String, Object[])

    Logs a formatted message to the Logger specifically on this service. Logger

    Declaration
    protected void LogFormat(LogType logType, string format, object[] args)
    Parameters
    Type Name Description
    LogType logType

    Severity of the log

    String format

    The base string

    Object[] args

    The parameters to be formatted into the base string

    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Thursday, December 2, 2021
    Terms of use