Class AbstractLoggable

  • Direct Known Subclasses:
    Try, TryWithResult

    public abstract class AbstractLoggable
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.slf4j.Logger logger  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractLoggable​(org.slf4j.Logger logger)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        protected final org.slf4j.Logger logger
    • Constructor Detail

      • AbstractLoggable

        protected AbstractLoggable​(org.slf4j.Logger logger)