Logger (SLF4J 1.7.12 API)
The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that logging takes place through concrete implementations of this interface. Typical usage pattern: import org.slf4j.Logger; import org.slf4j.LoggerFactory; public cl...