com.sun.enterprise.naming.util
Class MailLogOutputStream
java.lang.Object
java.io.OutputStream
com.sun.enterprise.naming.util.LogOutputStream
com.sun.enterprise.naming.util.MailLogOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class MailLogOutputStream
- extends LogOutputStream
Capture JavaMail debug output.
|
Method Summary |
protected void |
log(String msg)
All output except detained protocol traces starts with "DEBUG". |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailLogOutputStream
public MailLogOutputStream()
log
protected void log(String msg)
- All output except detained protocol traces starts with "DEBUG".
Log protocol traces at lower level.
NOTE: protocol trace output can include lines that start with
"DEBUG" so this isn't perfect.
- Overrides:
log in class LogOutputStream
Copyright © 2012 GlassFish Community. All Rights Reserved.