Class EbicsTrace
public class EbicsTrace
- Inheritance
-
EbicsTrace
- Derived
- Inherited Members
Properties
TraceSwitch
public static TraceSwitch TraceSwitch { get; }
Property Value
Remarks
This global TraceSwitch controls the amount of detail that is traced through the system Trace. It can be configured externally through its name "Subsembly.EBICS.TraceSwitch". The default value at construction time is TraceLevel.Off.
TraceText
Returns the EBICS transaction tracing collected so far.
public string TraceText { get; }
Property Value
Methods
ClearTrace()
Clears the TraceText.
public void ClearTrace()
TraceAppend(string)
protected void TraceAppend(string sTraceText)
Parameters
sTraceText
string