FdbLoggedFields
Namespace: FoundationDB.Filters.Logging · enum
Implements: IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
Default
Default = 0
Default logging options
RecordCreationStackTrace
RecordCreationStackTrace = 256
Capture the stacktrace of the caller method that created the transaction
RecordOperationStackTrace
RecordOperationStackTrace = 512
Capture the stacktrace of the caller method for each operation
WithStackTraces
WithStackTraces = 768
Capture all the stack traces.
This is a shortcut for |