Description: |
This controls which
classes and functions producing events are included in the log output.
It is a list of space separated gnu
regular expressions. Each expression is matched against
the classname + "." + filename string of the class that produced each event.
If any of the expressions matches the classname/filename of an event, the
event is included in the logged output. The log.functions.includelist
is processed before the log.functions.exclude
so, the exclude list operates on the results of the include list and, therefore,
potentially excludes files that were previously included. |