mcconnell 2003/02/05 01:56:26
Modified: src/java/org/apache/log/output/lf5 LF5LogTarget.java
Log:
Checkstyle corrections and javadoc additions.
Revision Changes Path
1.4 +7 -2
jakarta-avalon-logkit/src/java/org/apache/log/output/lf5/LF5LogTarget.java
Index: LF5LogTarget.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-logkit/src/java/org/apache/log/output/lf5/LF5LogTarget.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- LF5LogTarget.java 4 Feb 2003 13:50:33 -0000 1.3
+++ LF5LogTarget.java 5 Feb 2003 09:56:26 -0000 1.4
@@ -54,9 +54,10 @@
*/
package org.apache.log.output.lf5;
-import org.apache.log.*;
import org.apache.log.format.Formatter;
import org.apache.log.format.PatternFormatter;
+import org.apache.log.LogTarget;
+import org.apache.log.LogEvent;
import org.apache.log4j.lf5.viewer.LogBrokerMonitor;
@@ -84,6 +85,7 @@
/**
* Create a <code>LogFactorLogTarget</code> on a given
<code>LogBrokerMonitor</code>.
+ * @param monitor the monitor
*/
public LF5LogTarget( final LogBrokerMonitor monitor )
{
@@ -102,6 +104,7 @@
/**
* Sets the {@link Formatter} that will be used to produce the "NDC" (nested
diagnostic
* context) text on the GUI.
+ * @param formatter the message formatter
*/
public void setNDCFormatter( Formatter formatter )
{
@@ -110,6 +113,7 @@
/**
* Get the default <code>LogBrokerMonitor</code> instance.
+ * @return the monitor
*/
public static synchronized LogBrokerMonitor getDefaultMonitor()
{
@@ -125,6 +129,7 @@
/**
* Process a log event.
+ * @param event the log event
*/
public void processEvent( final LogEvent event )
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]