public interface LogFactory
ESAPI| Modifier and Type | Method and Description |
|---|---|
Logger |
getLogger(Class clazz)
Gets the logger associated with the specified class.
|
Logger |
getLogger(String moduleName)
Gets the logger associated with the specified module name.
|
Logger getLogger(String moduleName)
moduleName - The name of the module requesting the logger.Logger getLogger(Class clazz)
clazz - The name of the class requesting the logger.Copyright © 2016 The Open Web Application Security Project (OWASP). All rights reserved.