Class SpringJolokiaLogHandlerHolder

java.lang.Object
org.jolokia.support.spring.SpringJolokiaLogHandlerHolder
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class SpringJolokiaLogHandlerHolder extends Object implements org.springframework.beans.factory.InitializingBean
A holder for logging configuration for the spring agent
Since:
17.10.13
Author:
roland
  • Constructor Details

    • SpringJolokiaLogHandlerHolder

      public SpringJolokiaLogHandlerHolder()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • setLogHandler

      public void setLogHandler(org.jolokia.server.core.service.api.LogHandler pLogHandler)
    • setType

      public void setType(String pType)
    • setCategory

      public void setCategory(String pCategory)
    • getLogHandler

      public org.jolokia.server.core.service.api.LogHandler getLogHandler()