docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum Logging.StackTrace

    Per-call stack trace preference for PolySpatial logging.

    Namespace: Unity.PolySpatial
    Assembly: Unity.PolySpatial.Core.dll
    Syntax
    public enum Logging.StackTrace
    Remarks

    This setting overrides or defers to the configured stack trace rules for the given log level and category. Use it to force or suppress stack traces for a specific log call.

    Fields

    Name Description
    Always

    Always include a stack trace for this log call, regardless of configured settings.

    Default

    Use the configured behavior for the log level and category to decide whether to include a stack trace.

    Never

    Never include a stack trace for this log call, regardless of configured settings.

    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)