| Package | Description |
|---|---|
| org.ocpsoft.logging | |
| org.ocpsoft.logging.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
JDKLogAdapter
Implementation of a log adapter that delegates to the JDK 1.4 logging API.
|
| Modifier and Type | Method and Description |
|---|---|
Logger |
JDKLogAdapterFactory.createLogAdapter(String logger) |
static Logger |
Logger.getLogger(Class<?> clazz)
Create a
Logger instance for a specific class |
static Logger |
Logger.getLogger(String logger)
Create a
Logger instance for a specific logger name |
| Modifier and Type | Method and Description |
|---|---|
Logger |
LogAdapterFactory.createLogAdapter(String logger)
Create a new log adapter for the given logger name.
|
Copyright © 2016 OCPsoft. All Rights Reserved.