public class IamCustomLogFactory
extends LogFactoryImpl
| Constructor and Description |
|---|
IamCustomLogFactory() |
| Modifier and Type | Method and Description |
|---|---|
Log |
getInstance(Class clazz)
Get the Log indicated by the class name.
|
Log |
getInstance(String name)
Get the Log indicated by the name.
|
public Log getInstance(Class clazz) throws LogConfigurationException
clazz - The log class to return.LogConfigurationExceptionpublic Log getInstance(String name) throws LogConfigurationException
name - The name of the log class to return.LogConfigurationExceptionCopyright © 2024 Amazon.com Inc.. All rights reserved.