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. |