Class LogConnector

    • Constructor Detail

      • LogConnector

        public LogConnector()
        The constructor for this class
    • Method Detail

      • initialize

        public void initialize​(java.lang.Object o)
                        throws java.lang.Exception
        Initializes the Connector.
        Specified by:
        initialize in interface ConnectorInterface
        Overrides:
        initialize in class Connector
        Parameters:
        o - - Ignored
        Throws:
        java.lang.Exception - if an error occurs.
      • putEntry

        public void putEntry​(Entry entry)
                      throws java.lang.Exception
        Log a single Entry to the log
        Specified by:
        putEntry in interface ConnectorInterface
        Overrides:
        putEntry in class Connector
        Parameters:
        entry - The entry with the information to log
        Throws:
        java.lang.Exception - if an error occurs
      • getLogger

        public LogInterface getLogger()
        Returns the LogInterface we are logging to
        Returns:
        the logging object
      • getVersion

        public java.lang.String getVersion()
        Return version information
        Returns:
        version info