Interface LogAdapter

  • All Known Implementing Classes:
    ConsoleLogAdapter, Slf4jLogAdapter

    public interface LogAdapter
    The command line tool needs to be enabled to only log to STDOUT or STDERR. Due to some limitations within the onejar bootstraping, we have to provide our own LogAdapter to be used within the "library" of the jmxconfiggenerator implementations. Otherwise we would see log output on STDOUT/STDERR when using the cli tool.