Class FileLoggingEventListener

    • Constructor Detail

      • FileLoggingEventListener

        public FileLoggingEventListener​(String filename,
                                        boolean append)
                                 throws KettleException
        Log all log lines to the specified file
        Parameters:
        filename -
        append -
        Throws:
        KettleException
      • FileLoggingEventListener

        public FileLoggingEventListener​(String logChannelId,
                                        String filename,
                                        boolean append)
                                 throws KettleException
        Log only lines belonging to the specified log channel ID or one of it's children (grandchildren) to the specified file.
        Parameters:
        logChannelId -
        filename -
        append -
        Throws:
        KettleException