Class StringLogManager

    • Constructor Summary

      Constructors 
      Constructor Description
      StringLogManager​(java.nio.charset.Charset charset)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      StringLogBuffer create​(java.nio.charset.Charset charset)
      Create a new log buffer with the charset
      static StringLogManager factory​(java.nio.charset.Charset charset)  
      void flush​(java.util.function.Consumer<java.lang.String> writer)
      Flush all buffers with the consumer
      • Methods inherited from class java.lang.Object

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

      • StringLogManager

        public StringLogManager​(java.nio.charset.Charset charset)