org.apache.log4j.chainsaw.color
Interface Colorizer
- All Known Implementing Classes:
- RuleColorizer
public interface Colorizer
Given a LoggingEvent, can determine an appropriate
Color to use based on whatever this implementation
has been coded.
- Author:
- Paul Smith , Scott Deboy
|
Method Summary |
java.awt.Color |
getBackgroundColor(org.apache.log4j.spi.LoggingEvent event)
Given a LoggingEvent, returns a Color to use for background,
or null if this instance cannot determine one, or that
the stanard color should be used. |
java.awt.Color |
getForegroundColor(org.apache.log4j.spi.LoggingEvent event)
|
getBackgroundColor
java.awt.Color getBackgroundColor(org.apache.log4j.spi.LoggingEvent event)
- Given a LoggingEvent, returns a Color to use for background,
or null if this instance cannot determine one, or that
the stanard color should be used.
- Parameters:
event -
- Returns:
- background color
getForegroundColor
java.awt.Color getForegroundColor(org.apache.log4j.spi.LoggingEvent event)
Copyright © 2007 Apache Software Foundation. All Rights Reserved.