| java.lang.Object nl.hippo.cms.brokenlinkchecker.log.AvalonLog
AvalonLog | public class AvalonLog implements BrokenLinkCheckerLog(Code) | |
This logger delegates all messages to an Avalon Logkit logger.
|
Constructor Summary | |
public | AvalonLog(Logger delegate)
Create an instance of a logger that delegates to an Avalon Logkit
logger. |
AvalonLog | public AvalonLog(Logger delegate)(Code) | |
Create an instance of a logger that delegates to an Avalon Logkit
logger.
Parameters: delegate - the Avalon Logkit logger to delegate the messages to. |
|
|