Class AbstractLogger

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractLogger​(LogWriter writer)
      Create a new instance of this log wrapper which uses writer for persisting log messages.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractLogger

        public AbstractLogger​(LogWriter writer)
        Create a new instance of this log wrapper which uses writer for persisting log messages.
        Parameters:
        writer -