Contrary to {@link LoggerFactory#getLogger(String)} method of{@link LoggerFactory}, each call to {@link getLocLogger} produces a newinstance of {@link LocLogger}. This should not matter because a LocLogger instance does have any state beyond that of the {@link Logger} in stance itwraps and its message conveyor. @author Ceki Gücü
|
|