Class DiagnosticHook

  • All Implemented Interfaces:
    GuiceyConfigurationHook

    public class DiagnosticHook
    extends java.lang.Object
    implements GuiceyConfigurationHook
    Hook enables diagnostic logs. It is assumed to be used to enable diagnostic logs for compiled application with the system property: -Dguicey.hooks=diagnostic.
    Since:
    16.08.2019
    • Constructor Summary

      Constructors 
      Constructor Description
      DiagnosticHook()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(GuiceBundle.Builder builder)
      Configuration is applied just after manual configuration (through bundle's builder in application class).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait