Log4j 1.3alpha-1

org.apache.log4j.chainsaw
Interface ChainsawViewer

All Known Implementing Classes:
LogUI

public interface ChainsawViewer

Chainsaw compatible gui viewers must implement this interface in order to be opened and configured by the ChainsawAppender class.

Author:
Mark Womack

Method Summary
 void activateViewer(ChainsawAppender model)
          Called when the viewer should activate.
 

Method Detail

activateViewer

public void activateViewer(ChainsawAppender model)
Called when the viewer should activate.

Parameters:
model - The ChainsawAppender model instance the viewer should use.

Log4j 1.3alpha-1

Copyright 2000-2003 Apache Software Foundation.