
24 Oct
2011
24 Oct
'11
9:33 a.m.
On 24 Oct 2011, at 09:22, Robert Elliot <rob@lidalia.org.uk> wrote:
Bear in mind that a static call to LoggerFactory.getLogger() will occur the moment a class is loaded.
This was poorly phrased - what I meant was that if a class contains a static field initialised by a call to LoggerFactory.getLogger() then Logback will be initialised the moment that class is loaded (if it wasn't initialised already).