docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum LogLevel

    Defines the severity levels used by the PolySpatial logging system, from most severe to most verbose.

    Namespace: Unity.PolySpatial
    Assembly: Unity.PolySpatial.Core.dll
    Syntax
    public enum LogLevel

    Fields

    Name Description
    Assert

    An assertion failure indicating a violated assumption.

    Debug

    A verbose diagnostic message intended for development.

    Debug1

    A very verbose diagnostic message (development only).

    Debug2

    An extremely verbose diagnostic message (development only).

    Debug3

    The most verbose diagnostic message level (development only).

    Error

    A recoverable error or failure condition.

    Exception

    A fatal error represented by an exception condition.

    Log

    A general informational message.

    Warning

    A warning about a potential issue or non-fatal problem.

    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)