org.apache.myfaces.extensions.cdi.core.api.logging
Interface Logger.Factory

All Superinterfaces:
Serializable
Enclosing interface:
Logger

public static interface Logger.Factory
extends Serializable


Method Summary
 Logger getAnonymousLogger()
           
 Logger getAnonymousLogger(String s)
           
 Logger getLogger(String s)
           
 Logger getLogger(String s, String s1)
           
 

Method Detail

getLogger

Logger getLogger(String s)

getLogger

Logger getLogger(String s,
                 String s1)

getAnonymousLogger

Logger getAnonymousLogger()

getAnonymousLogger

Logger getAnonymousLogger(String s)


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.