|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Instances of classes that implement this interface are used to log requests
Method Summary | |
void |
logPrint(byte[] bytes)
Prints a log entry |
void |
logPrint(java.lang.String logEntry)
Prints a log entry |
void |
logPrintln(byte[] bytes)
Prints a log entry and appends a carriage return after the entry |
void |
logPrintln(java.lang.String logEntry)
Prints a log entry and appends a carriage return after the entry |
Method Detail |
public void logPrint(byte[] bytes)
public void logPrint(java.lang.String logEntry)
public void logPrintln(byte[] bytes)
public void logPrintln(java.lang.String logEntry)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |