|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.Writer
org.springframework.util.CommonsLogWriter
public class CommonsLogWriter
java.io.Writer adapter for a Commons Logging Log.
| Field Summary |
|---|
| Fields inherited from class java.io.Writer |
|---|
lock |
| Constructor Summary | |
|---|---|
CommonsLogWriter(org.apache.commons.logging.Log logger)
Create a new CommonsLogWriter for the given Commons Logging logger. |
|
| Method Summary | |
|---|---|
void |
close()
|
void |
flush()
|
void |
write(char ch)
|
void |
write(char[] buffer,
int offset,
int length)
|
| Methods inherited from class java.io.Writer |
|---|
append, append, append, write, write, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommonsLogWriter(org.apache.commons.logging.Log logger)
logger - the Commons Logging logger to write to| Method Detail |
|---|
public void write(char ch)
public void write(char[] buffer,
int offset,
int length)
write in class java.io.Writerpublic void flush()
flush in interface java.io.Flushableflush in class java.io.Writerpublic void close()
close in interface java.io.Closeableclose in class java.io.Writer
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||