Interface ShellLogHandler

  • All Known Implementing Classes:
    DefaultShellLogHandler

    public interface ShellLogHandler
    Handle logging from non-JVM processes.
    • Method Detail

      • log

        void log​(ShellMsg msg)
        Called by spouts and bolts when they receive a 'log' command from a multilang process.
        Parameters:
        msg - - the ShellMsg containing the message to log.