qflib 0.98.0

de.qfs.lib.log
Interface LogSource


public interface LogSource

A LogSource passes LogEntries through a chain of LogFilters that can be added to or removed from the LogSource.

Version:
$Revision: 1.5 $
Author:
Gregor Schmid

Method Summary
 void addFilter(LogFilter filter)
          Add a LogFilter to the front of the filter chain.
 void removeFilter(LogFilter filter)
          Remove a LogFilter from the filter chain.
 

Method Detail

addFilter

public void addFilter(LogFilter filter)
Add a LogFilter to the front of the filter chain.
Parameters:
filter - The filter to add.

removeFilter

public void removeFilter(LogFilter filter)
Remove a LogFilter from the filter chain.
Parameters:
filter - The filter to remove

qflib 0.98.0