Class Base.LoggingWriter

    • Constructor Detail

      • LoggingWriter

        public LoggingWriter​(int nSev)
        Construct a PrintWriter that logs using the CacheFactory.log(java.lang.String, int) method.
        Parameters:
        nSev - the severity to log messages with
    • Method Detail

      • println

        public void println()
        Log the accumulated String using the logging severity that this PrintWriter was configured with.
        Overrides:
        println in class PrintWriter