Interface LoggingLevelApplier


public interface LoggingLevelApplier
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(String logName, String logLevel)
     
    void
     
  • Method Details

    • apply

      void apply(String logName, String logLevel)
    • reset

      void reset()