Interface FileBasedErrorLoggerConfig

    • Method Detail

      • getLogFile

        java.io.File getLogFile()
        Retrieves the path to the log file to which new log messages will be written.
        Returns:
        The path to the log file to which new log messages will be written.
      • getLogWriter

        LogWriter getLogWriter()
        Returns the underlying writer for the server error logger, which can be used to log arbitrary messages back through the core server logging framework.
        Returns:
        a LogWriter instance.