The Meta-Environment API

toolbus.logging
Class LoggerFactory.LoggerKeeper

java.lang.Object
  extended by toolbus.logging.LoggerFactory.LoggerKeeper
Enclosing class:
LoggerFactory

private static class LoggerFactory.LoggerKeeper
extends java.lang.Object

Instance keeper; for ensuring thread-safe, lazy intialization of the logger.

Author:
Arnold Lankamp

Field Summary
static ILogger logger
           
 
Constructor Summary
private LoggerFactory.LoggerKeeper()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static final ILogger logger
Constructor Detail

LoggerFactory.LoggerKeeper

private LoggerFactory.LoggerKeeper()

The Meta-Environment API