docs.unity.cn
    Show / Hide Table of Contents

    Method Log

    Log(String)

    Debug.Log wrapper method that is contional on the ADDRESSABLES_LOG_ALL symbol definition. This can be set in the Player preferences in the 'Scripting Define Symbols'.

    Declaration
    public static void Log(string msg)
    Parameters
    Type Name Description
    String msg

    The msg to log

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