|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoggerFactory
Wrapper interface to a LoggerFactory instance of HST Container.
By using this interface, a component can retrieve a Logger
instance to
leave logs in the container's logging context.
Also, some core components in hst-commons library cannot access to a specific logging
implementation like slf4j. For this reason, the components in hst-commons should get
instance from the container to leave a log message.
Method Summary | |
---|---|
Logger |
getLogger(String name)
Returns HST Logger with the category name |
Logger |
getLogger(String name,
String fqcn)
Returns HST Logger with the category name and wrapper logger fqcn used to find logging location |
Method Detail |
---|
Logger getLogger(String name)
name
-
Logger getLogger(String name, String fqcn)
name
- fqcn
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |