Interface HasLogger


  • public interface HasLogger
    HasLogger is a feature interface that provides Logging capability for anyone implementing it where logger needs to operate in serializable environment without being static.
    • Method Detail

      • getLogger

        default org.slf4j.Logger getLogger()