• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class EbicsTrace

    Inheritance
    System.Object
    EbicsTrace
    EbicsWizard
    EbicsPing
    EbicsTransaction
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Subsembly.EBICS
    Assembly: Subsembly.EBICS.Core.dll
    Syntax
    public class EbicsTrace

    Properties

    TraceSwitch

    Declaration
    public static TraceSwitch TraceSwitch { get; }
    Property Value
    Type Description
    System.Diagnostics.TraceSwitch
    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.

    Declaration
    public string TraceText { get; }
    Property Value
    Type Description
    System.String

    Methods

    ClearTrace()

    Clears the TraceText.

    Declaration
    public void ClearTrace()

    TraceAppend(String)

    Declaration
    protected void TraceAppend(string sTraceText)
    Parameters
    Type Name Description
    System.String sTraceText
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH