Class HideInStackTrace
Hides methods or any class' methods in the stacktrace in logging
Inherited Members
Namespace: Unity.Logging
Syntax
public class HideInStackTrace : Attribute, _Attribute
Constructors
HideInStackTrace(Boolean)
Hides methods or any class' methods in the stacktrace in logging
Declaration
public HideInStackTrace(bool hideEverythingInside = false)
Parameters
Type | Name | Description |
---|---|---|
Boolean | 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 |
---|---|
Boolean |