Class HideInStackTrace
Hides methods or any class' methods in the stacktrace in logging
Inherited Members
Namespace: Unity.Logging
Assembly: Unity.Logging.dll
Syntax
public class HideInStackTrace : Attribute
Constructors
HideInStackTrace(bool)
Hides methods or any class' methods in the stacktrace in logging
Declaration
public HideInStackTrace(bool hideEverythingInside = false)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | hideEverythingInside | If true - every call inside will be hidden. If false - only this method/class' methods will be hidden |
Fields
HideEverythingInside
If true - every call inside will be hidden. If false - only this method/class' methods will be hidden
Declaration
public readonly bool HideEverythingInside
Field Value
| Type | Description |
|---|---|
| bool |