| Package | Description |
|---|---|
| com.sun.istack.logging |
| Modifier and Type | Method | Description |
|---|---|---|
static Logger |
Logger.getLogger(java.lang.Class<?> componentClass) |
The factory method returns preconfigured Logger wrapper for the class.
|
static Logger |
Logger.getLogger(java.lang.String customLoggerName,
java.lang.Class<?> componentClass) |
The factory method returns preconfigured Logger wrapper for the class.
|
Copyright © 2018 Oracle Corporation. All rights reserved.