public final class LogManager extends Object
LogManager
is used to get an instance of
the Logger
implementation class.
If the system property com.sun.identity.plugin.log.class is set, this class
will be used as log provider instead of the default implementation.Modifier and Type | Field and Description |
---|---|
static Debug |
debug |
static String |
LOG_PROVIDER_NAME |
Constructor and Description |
---|
LogManager() |
Modifier and Type | Method and Description |
---|---|
static Logger |
getLogger(String componentName)
Returns an instance of the
Logger object. |
public static final String LOG_PROVIDER_NAME
public static final Debug debug
public static Logger getLogger(String componentName) throws LogException
Logger
object.componentName
- name of the component .Logger
object.LogException
- if there is an error.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.