Package com.netscape.certsrv.logging
Class ConsoleError
- java.lang.Object
-
- com.netscape.certsrv.logging.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.
-
-
-
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
-
-