|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Writer
java.io.PrintWriter
com.tangosol.net.CacheFactory.LoggingWriter
public static class CacheFactory.LoggingWriter
Inner class for over-riding the destination of log(), out() and err()
calls on the Base
class.
Field Summary |
---|
Fields inherited from class java.io.PrintWriter |
---|
out |
Fields inherited from class java.io.Writer |
---|
lock |
Constructor Summary | |
---|---|
CacheFactory.LoggingWriter(int nSev)
Construct a PrintWriter that logs using the CacheFactory.log(java.lang.String, int) method. |
Method Summary | |
---|---|
void |
println()
Log the accumulated String using the logging severity that this PrintWriter was configured with. |
Methods inherited from class java.io.PrintWriter |
---|
append, append, append, append, append, append, append, append, append, checkError, close, flush, format, format, print, print, print, print, print, print, print, print, print, printf, printf, println, println, println, println, println, println, println, println, println, setError, write, write, write, write, write |
Constructor Detail |
---|
public CacheFactory.LoggingWriter(int nSev)
CacheFactory.log(java.lang.String, int)
method.
nSev
- the severity to log messages withMethod Detail |
---|
public void println()
println
in class PrintWriter
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |