org.owasp.esapi
Class JavaLogFactory

java.lang.Object
  extended byorg.owasp.esapi.JavaLogFactory
All Implemented Interfaces:
ILogFactory

public class JavaLogFactory
extends java.lang.Object
implements ILogFactory

Author:
rdawes

Constructor Summary
JavaLogFactory(java.lang.String applicationName)
           
 
Method Summary
 ILogger getLogger(java.lang.Class clazz)
           
 ILogger getLogger(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaLogFactory

public JavaLogFactory(java.lang.String applicationName)
Method Detail

getLogger

public ILogger getLogger(java.lang.Class clazz)
Specified by:
getLogger in interface ILogFactory

getLogger

public ILogger getLogger(java.lang.String name)
Specified by:
getLogger in interface ILogFactory