Logger
instead. This class will be
removed in a future release.@Deprecated
public class IAFLogger
extends java.lang.Object
Constructor and Description |
---|
IAFLogger()
Deprecated.
Constructs an IAFLogger for this transport or codec, without
specifying a name to be prepended to messages.
|
IAFLogger(java.lang.String name)
Deprecated.
Constructs an IAFLogger for this transport or codec.
|
Modifier and Type | Method and Description |
---|---|
int |
getLogLevel()
Deprecated.
|
boolean |
isCritEnabled()
Deprecated.
Returns true if critical level logging is enabled
|
boolean |
isDebugEnabled()
Deprecated.
Returns true if debug level logging is enabled
|
boolean |
isErrorEnabled()
Deprecated.
Returns true if error level logging is enabled
|
boolean |
isFatalEnabled()
Deprecated.
Returns true if fatal level logging is enabled
|
boolean |
isInfoEnabled()
Deprecated.
Returns true if info level logging is enabled
|
boolean |
isWarnEnabled()
Deprecated.
Returns true if warn level logging is enabled
|
void |
logCritical(java.lang.String msg)
Deprecated.
Logs the specified critical message.
|
void |
logCritical(java.lang.String msg,
java.lang.Object[] args)
Deprecated.
Logs the specified critical message.
|
void |
logDebug(java.lang.String msg)
Deprecated.
Logs the specified debug message.
|
void |
logDebug(java.lang.String msg,
java.lang.Object[] args)
Deprecated.
Logs the specified debug message.
|
void |
logError(java.lang.String msg)
Deprecated.
Logs the specified error message.
|
void |
logError(java.lang.String msg,
java.lang.Object[] args)
Deprecated.
Logs the specified error message.
|
void |
logInfo(java.lang.String msg)
Deprecated.
Logs the specified information message.
|
void |
logInfo(java.lang.String msg,
java.lang.Object[] args)
Deprecated.
Logs the specified information message.
|
void |
logWarning(java.lang.String msg)
Deprecated.
Logs the specified warning message.
|
void |
logWarning(java.lang.String msg,
java.lang.Object[] args)
Deprecated.
Logs the specified warning message.
|
public IAFLogger(java.lang.String name)
name
- The name of the transport or codec, which will
be prepended to all log messages.public IAFLogger()
public void logCritical(java.lang.String msg)
msg
- public void logCritical(java.lang.String msg, java.lang.Object[] args)
msg
- args
- Arguments inserted into msg
as specified by
tokens of the form {n}
where n is the argument index.MessageFormat.format(java.lang.String, java.lang.Object[])
public void logError(java.lang.String msg)
msg
- public void logError(java.lang.String msg, java.lang.Object[] args)
msg
- args
- Arguments inserted into msg
as specified by
tokens of the form {n}
where n is the argument index.MessageFormat.format(java.lang.String, java.lang.Object[])
public void logWarning(java.lang.String msg)
msg
- public void logWarning(java.lang.String msg, java.lang.Object[] args)
msg
- args
- Arguments inserted into msg
as specified by
tokens of the form {n}
where n is the argument index.MessageFormat.format(java.lang.String, java.lang.Object[])
public void logInfo(java.lang.String msg)
msg
- public void logInfo(java.lang.String msg, java.lang.Object[] args)
msg
- args
- Arguments inserted into msg
as specified by
tokens of the form {n}
where n is the argument index.MessageFormat.format(java.lang.String, java.lang.Object[])
public void logDebug(java.lang.String msg)
msg
- public void logDebug(java.lang.String msg, java.lang.Object[] args)
msg
- args
- Arguments inserted into msg
as specified by
tokens of the form {n}
where n is the argument index.MessageFormat.format(java.lang.String, java.lang.Object[])
public int getLogLevel()
public boolean isDebugEnabled()
public boolean isInfoEnabled()
public boolean isWarnEnabled()
public boolean isErrorEnabled()
public boolean isFatalEnabled()
public boolean isCritEnabled()
Submit a bug or feature
Copyright (c) 2013-2022 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.