public class JDKLoggerFactory extends Object implements LoggerFactory
| Constructor and Description |
|---|
JDKLoggerFactory() |
| Modifier and Type | Method and Description |
|---|---|
LoggerDelegate |
apply(String logName)
Compute the result of applying the function to the input argument
|
LoggerDelegate |
logger(String name) |
public LoggerDelegate logger(String name)
logger in interface LoggerFactorypublic LoggerDelegate apply(String logName)
Functionapply in interface Function<String,LoggerDelegate>logName - the input objectCopyright © 2014. All rights reserved.