Class StackTraceOptions
Options related to stack trace capturing.
[Serializable]
public class StackTraceOptions
- Inheritance
-
StackTraceOptions
- Inherited Members
Properties
EnableFileInfo
True to capture the file name, line number, and column number in stack traces, otherwise false.
[CreateProperty]
public bool EnableFileInfo { get; set; }
Property Value
LogLevelsWithStackTrace
What log levels should logger capture stack traces at?
[CreateProperty]
public LogLevels LogLevelsWithStackTrace { get; set; }