Table of Contents

Class StackTraceOptions

Namespace
Homa.Sdk.Logging
Assembly
Homa.Sdk.Logging.dll

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

bool

LogLevelsWithStackTrace

What log levels should logger capture stack traces at?

[CreateProperty]
public LogLevels LogLevelsWithStackTrace { get; set; }

Property Value

LogLevels