LogStackTrace(Boolean, Int32, Int32) Constructor

Creates a stack trace object

Definition

Namespace: Gemstone.Diagnostics
Assembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.153 -- Release Build+fa0e151d8a25503390adf70b28768341a285f26d
public LogStackTrace(
	bool lookupFileInfo = true,
	int skipCount = 0,
	int maxStackFrames = 2147483647
)

Parameters

lookupFileInfo  Boolean  (Optional)
gets if the file paths need to be looked up.
skipCount  Int32  (Optional)
the number of frames to skip.
maxStackFrames  Int32  (Optional)
the maximum number of frames in the stack trace.

See Also