Class HideInStackTrace
Hides methods or any class' methods in the stacktrace in logging
Implements
Inherited Members
Namespace: Unity.Logging
Assembly: solution.dll
Syntax
public class HideInStackTrace : Attribute, _Attribute
Constructors
Name | Description |
---|---|
HideInStackTrace(bool) | Hides methods or any class' methods in the stacktrace in logging |
Fields
Name | Description |
---|---|
HideEverythingInside | If true - every call inside will be hidden. If false - only this method/class' methods will be hidden |