@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)
LoggerFactorygetLogger in interface LoggerFactoryname - The name of the class requesting a logger, must not be null.null.Copyright © 2010–2016 The Eclipse Foundation. All rights reserved.