edtFTPj

com.enterprisedt.util.debug
Interface Appender

All Known Implementing Classes:
FileAppender, StandardOutputAppender

public interface Appender

Interface for classes that output log statements

Version:
$Revision: 1.1 $
Author:
Bruce Blackshaw

Field Summary
static String cvsId
          Revision control id
 
Method Summary
 void close()
          Close this appender
 void log(String msg)
          Log a message
 void log(Throwable t)
          Log a stack trace
 

Field Detail

cvsId

static final String cvsId
Revision control id

See Also:
Constant Field Values
Method Detail

close

void close()
Close this appender


log

void log(String msg)
Log a message

Parameters:
msg - message to log

log

void log(Throwable t)
Log a stack trace

Parameters:
t - throwable object

edtFTPj

Copyright © 2000-2007 Enterprise Distributed Technologies. All Rights Reserved.