public interface LogService extends ContainerService
| Modifier and Type | Method and Description |
|---|---|
Logger |
getLogger(java.lang.Class klass)
Used to retrieve a Logger implementation
which can be used to log information for the given
Class.
|
Logger |
getLogger(java.lang.String component)
Used to retrieve a Logger implementation
which can be used to log information for the given
component.
|
Logger getLogger(java.lang.String component)
component - the component for which the desired logger should be
retrieved.Logger getLogger(java.lang.Class klass)
klass - the class for which the desired logger should be retrieved.Copyright © 2003-2013 . All Rights Reserved.