Hi,
In some cases I would like to print messages to the log of my application, At a level lower than 'DEBUG'. I've noticed in the documentation that the level 'ALL' should do it, But I failed to find a way to print messages for this level. For instance ILog interface has methods for printing messages of levels: 'DEBUG', 'INFO', 'WARN', 'ERROR', 'FATAL', But none for the level 'ALL'. What's the obvious I'm missing? Is there any other built-in way to print to 'ALL', Or should I extend that interface, and implement it myself? I would really appreciate any help, Vitaliy
