Ok, the verbosity of the tree was a bit much I see. So... I added a couple new prefix options.
%s gives you just the caller line number, no nested numbers
%S gives you just the caller name, no nested names mile long.
Also, you can define a specific prefix for each log level. The default is short (above) callers and numbers, BUT the DEBUGMAX prefix is using the detailed %P and %l.