docs.unity3d.com
    Show / Hide Table of Contents

    Enum LogVerbosityLevel

    The verbosity level used in editor and console logs.

    Namespace: UnityEditor.TestTools.CodeCoverage
    Syntax
    public enum LogVerbosityLevel

    Fields

    Name Description Value
    Error

    Only Errors will be printed in Error.

    Info

    Logs, Warnings and Errors will be printed in Info.

    Off

    No logs will be printed in Off.

    Verbose

    All logs will be printed in Verbose.

    Warning

    Warnings and Errors will be printed in Warning.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, November 22, 2022
    Terms of use