docs.unity3d.com
    Show / Hide Table of Contents

    Class AQALogger

    Inheritance
    Object
    AQALogger
    Namespace: Unity.AutomatedQA
    Syntax
    public class AQALogger : object

    Constructors

    AQALogger()

    Declaration
    public AQALogger()

    Methods

    IsLogLevelEnabled(AQALogger.LogLevel)

    Declaration
    public bool IsLogLevelEnabled(AQALogger.LogLevel level)
    Parameters
    Type Name Description
    AQALogger.LogLevel level
    Returns
    Type Description
    Boolean

    Log(Object)

    Declaration
    public void Log(object message)
    Parameters
    Type Name Description
    Object message

    LogDebug(Object)

    Declaration
    public void LogDebug(object message)
    Parameters
    Type Name Description
    Object message

    LogError(Object)

    Declaration
    public void LogError(object message)
    Parameters
    Type Name Description
    Object message

    LogException(Exception)

    Declaration
    public void LogException(Exception ex)
    Parameters
    Type Name Description
    Exception ex

    LogWarning(Object)

    Declaration
    public void LogWarning(object message)
    Parameters
    Type Name Description
    Object message
    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