Class ConsoleError


  • public class ConsoleError
    extends java.lang.Object
    A static class to log error messages to the Console
    Version:
    $Revision$, $Date$
    • Constructor Summary

      Constructors 
      Constructor Description
      ConsoleError()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void send​(ILogEvent ev)
      Send the given event to the Console.
      • Methods inherited from class java.lang.Object

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

      • ConsoleError

        public ConsoleError()
    • Method Detail

      • send

        public static void send​(ILogEvent ev)
        Send the given event to the Console.
        Parameters:
        ev - log event to be sent to the console