Interface ITraceable

  • All Known Implementing Classes:
    A_Register, A_Register

    public interface ITraceable

    The objects attributes can be traced

    Since:
    1.0
    Version:
    1.0
    Author:
    "Martin Krischik" «krischik@users.sourceforge.net»
    • Method Detail

      • Debug_String

        @TestOnly
        @NotNull
        @NotNull String Debug_String()
        Returns:
        string representation of the instance suitable for debugging.
      • Trace

        @TestOnly
        void Trace()
        Write a string representation of the instance to the log file.