org.openinvoice.ubl4j.util
Class UBL4JLoggerFactory

java.lang.Object
  extended by org.openinvoice.ubl4j.util.UBL4JLoggerFactory

public class UBL4JLoggerFactory
extends Object


Field Summary
static String CONSOLE_LOGGER_KEY
           
static String DEFAULT_LOGGER_KEY
           
 
Method Summary
static org.slf4j.Logger getConsoleLogger()
           
static org.slf4j.Logger getDefaultLogger()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_LOGGER_KEY

public static final String DEFAULT_LOGGER_KEY
See Also:
Constant Field Values

CONSOLE_LOGGER_KEY

public static final String CONSOLE_LOGGER_KEY
See Also:
Constant Field Values
Method Detail

getDefaultLogger

public static org.slf4j.Logger getDefaultLogger()

getConsoleLogger

public static org.slf4j.Logger getConsoleLogger()


Copyright © 2011-2012 Plain Source. All Rights Reserved.