Interface Logger.Factory

Enclosing class:
Logger

public static interface Logger.Factory
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Logger
    getLoggerInstance(@NotNull String category)
     
  • Method Details

    • getLoggerInstance

      @NotNull @NotNull Logger getLoggerInstance(@NotNull @NotNull String category)