|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.day.cq.replication.SyndicationLog
public final class SyndicationLog
The SyndicationLog is used by the TransportHandler
to output any information during the replication.
The syndication log is usually written to the audit log.
| Constructor Summary | |
|---|---|
SyndicationLog(String category,
String logLevel,
String userId,
String path)
|
|
| Method Summary | |
|---|---|
void |
debug(String message)
Log a message with level debug. |
void |
error(String message)
Log a message with level error. |
void |
info(String message)
Log a message with level info. |
String |
toString()
Get the log text |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SyndicationLog(String category,
String logLevel,
String userId,
String path)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic void debug(String message)
public void info(String message)
public void error(String message)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||