abk.logging
Class ALoggerFactory

java.lang.Object
  extended by abk.logging.ALoggerFactory

public class ALoggerFactory
extends Object


Nested Class Summary
private  class ALoggerFactory.LazyLogger
           
 
Field Summary
private static ALoggerFactory factory
           
private  String iCoreLogger
           
 
Constructor Summary
private ALoggerFactory()
           
 
Method Summary
private static ALoggerFactory factory()
           
private  ALogger get_logger(String logName, Integer classStart)
           
(package private) static ALogger get(String logName, Integer classStart)
           
private  void set_core_logger(String coreLogger)
           
static void setCoreLogger(String coreLogger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factory

private static ALoggerFactory factory

iCoreLogger

private String iCoreLogger
Constructor Detail

ALoggerFactory

private ALoggerFactory()
Method Detail

factory

private static final ALoggerFactory factory()

set_core_logger

private void set_core_logger(String coreLogger)

get_logger

private ALogger get_logger(String logName,
                           Integer classStart)

get

static final ALogger get(String logName,
                         Integer classStart)

setCoreLogger

public static final void setCoreLogger(String coreLogger)


Copyright © 2024. All rights reserved.