... | ... | @@ -66,5 +66,5 @@ We won't go into all the details about configuring log4j since this is extensive |
|
|
</figure>
|
|
|
</div>
|
|
|
|
|
|
For those of you who are familiar with the log4j logging framework, you'll immediately recognise that TULIP apparently defines a couple of custom logging appenders
|
|
|
For those of you who are familiar with the log4j logging framework, you'll immediately recognise that TULIP apparently defines a couple of custom logging **appenders** and **loggers**. In *log4j-speak*, a *logger* is a class in charge of filtering and formatting logging information. *Appenders* in turn represent the logging channel, i.e. the actual output being used to deliver logging information.
|
|
|
|