Interface ProcessInfoLogLogger

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
ProcessInfoLogLogger.Noop

public interface ProcessInfoLogLogger extends Closeable
Logs data that describes JVM parameters. This is useful to check a worker's configuration.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(String id, String type, String key, String value)
     

    Methods inherited from interface java.io.Closeable

    close