Class LoggerImpl.PluginFileLoggerAdapater

    • Method Detail

      • logToFile

        public boolean logToFile​(LogEvent event,
                                 java.lang.StringBuffer lineOut)
        Description copied from class: FileLoggingAdapter
        Called when we are about to log an event to file.
        Overrides:
        logToFile in class FileLoggingAdapter
        Parameters:
        event - Event being logged to file
        lineOut - line to be written to file (modifyable)
        Returns:
        true-ok to log to file; false-skip logging to file