| Adds several conversion patterns to the ones supported natively by log4j.
See log4j pattern layout
Conversion Pattern | Effect |
%q | A truncated level (from the _end_, not from the beginning as log4j's %p itself would do) . To 3 chars. |
%k | Currently memory in use (in kb). |
%N | Machine Name of current MMBase (or 'localhost' if not set). |
author: Michiel Meeuwissen since: MMBase-1.6 version: $Id: MMPatternParser.java,v 1.10 2007/11/19 15:26:09 michiel Exp $ |