Class StreamLogging


  • public class StreamLogging
    extends Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StreamLogging​(String name)
      The name that will appear in the debug message
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void open()
      Call when reader or writer is opened
      • Methods inherited from class Object

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

      • StreamLogging

        public StreamLogging​(String name)
        The name that will appear in the debug message
    • Method Detail

      • open

        public void open()
        Call when reader or writer is opened
      • close

        public void close()