Interface Logger


public interface Logger
This interface is based on the Logger interface from the SLF4J project. The goal is to create an interface without external dependencies but can be used with a SLF4J compliant logger.
See Also:
  • org.slf4j.Logger