Class D_LogToFile

    • Constructor Summary

      Constructors 
      Constructor Description
      D_LogToFile()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String diag()
      Default implementation of diagnostic on the object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • D_LogToFile

        public D_LogToFile()
    • Method Detail

      • diag

        public java.lang.String diag()
                              throws StandardException
        Description copied from class: DiagnosticableGeneric
        Default implementation of diagnostic on the object.

        This routine returns a string with whatever diagnostic information you would like to provide about this object.

        This routine should be overriden by a real implementation of the diagnostic information you would like to provide.

        Specified by:
        diag in interface Diagnosticable
        Overrides:
        diag in class DiagnosticableGeneric
        Returns:
        A string with diagnostic information about the object.
        Throws:
        StandardException - Oops.
        See Also:
        Diagnosticable.diag()