@Component(role=LoggerFactory.class) public class PlexusLoggerFactory extends Object implements LoggerFactory
Constructor and Description |
---|
PlexusLoggerFactory() |
Modifier and Type | Method and Description |
---|---|
Logger |
getLogger(String name)
Gets a logger for a class with the specified name.
|
public Logger getLogger(String name)
LoggerFactory
getLogger
in interface LoggerFactory
name
- The name of the class requesting a logger, must not be null
.null
.Copyright © 2010–2017 The Eclipse Foundation. All rights reserved.