Constructor HideInStackTrace
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 |