com.netscape.certsrv.logging
Class ConsoleError

java.lang.Object
  extended by com.netscape.certsrv.logging.ConsoleError

public class ConsoleError
extends java.lang.Object

A static class to log error messages to the Console

Version:
$Revision: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $

Constructor Summary
ConsoleError()
           
 
Method Summary
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