public class JavaLogFactory extends Object implements LogFactory
Constructor and Description |
---|
JavaLogFactory() |
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.
|
public Logger getLogger(String moduleName)
LogFactory
getLogger
in interface LogFactory
moduleName
- The name of the module requesting the logger.public Logger getLogger(Class clazz)
LogFactory
getLogger
in interface LogFactory
clazz
- The name of the class requesting the logger.Copyright © 2020 The Open Web Application Security Project (OWASP). All rights reserved.