com.day.cq.replication
Class SyndicationLog

java.lang.Object
  extended by com.day.cq.replication.SyndicationLog
All Implemented Interfaces:
Serializable

public final class SyndicationLog
extends Object
implements Serializable

The SyndicationLog is used by the TransportHandler to output any information during the replication. The syndication log is usually written to the audit log.

See Also:
Serialized Form

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

SyndicationLog

public SyndicationLog(String category,
                      String logLevel,
                      String userId,
                      String path)
Method Detail

toString

public String toString()
Get the log text

Overrides:
toString in class Object

debug

public void debug(String message)
Log a message with level debug.


info

public void info(String message)
Log a message with level info.


error

public void error(String message)
Log a message with level error.



Copyright © 2008 Day Management AG. All Rights Reserved.