docs.unity.cn
    Show / Hide Table of Contents

    Method Log

    Log(String, Object[])

    Logs an info severity formatted message to the Logger specifically on this service. Logger

    Declaration
    protected void Log(string format, params object[] args)
    Parameters
    Type Name Description
    String format

    The base string

    Object[] args

    The parameters to be formatted into the base string

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use