org.springframework.util

Class CommonsLogWriter

    • Constructor Detail

      • CommonsLogWriter

        public CommonsLogWriter(Log logger)
        Create a new CommonsLogWriter for the given Commons Logging logger.
        Parameters:
        logger - the Commons Logging logger to write to
    • Method Detail

      • write

        public void write(char ch)
      • write

        public void write(char[] buffer,
                 int offset,
                 int length)
        Specified by:
        write in class  Writer