summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/logging/ConsoleLog.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/src/com/netscape/certsrv/logging/ConsoleLog.java')
-rw-r--r--base/common/src/com/netscape/certsrv/logging/ConsoleLog.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/base/common/src/com/netscape/certsrv/logging/ConsoleLog.java b/base/common/src/com/netscape/certsrv/logging/ConsoleLog.java
index 2e87fc92c..df0179c95 100644
--- a/base/common/src/com/netscape/certsrv/logging/ConsoleLog.java
+++ b/base/common/src/com/netscape/certsrv/logging/ConsoleLog.java
@@ -30,14 +30,14 @@ import com.netscape.certsrv.common.NameValuePairs;
/**
* A log event listener which sends all log events to the system console/tty
- *
+ *
* @version $Revision$, $Date$
*/
public class ConsoleLog implements ILogEventListener {
/**
* Log the given event. Usually called from a log manager.
- *
+ *
* @param ev log event
*/
public void log(ILogEvent ev) {
@@ -46,7 +46,7 @@ public class ConsoleLog implements ILogEventListener {
/**
* Flush the system output stream.
- *
+ *
*/
public void flush() {
System.err.flush();
@@ -61,7 +61,7 @@ public class ConsoleLog implements ILogEventListener {
/**
* get the configuration store that is associated with this
* log listener
- *
+ *
* @return the configuration store that is associated with this
* log listener
*/
@@ -80,7 +80,7 @@ public class ConsoleLog implements ILogEventListener {
* Retrieve last "maxLine" number of system log with log lever >"level"
* and from source "source". If the parameter is omitted. All entries
* are sent back.
- *
+ *
* @param req a Hashtable containing the required information such as
* log entry, log level, log source, and log name
* @return the content of the log that match the criteria in req