public interface ILogger
Interface ILogger
Modifier and Type | Method and Description |
---|---|
void |
debug(Object message)
Debugs the specified message.
|
void |
debug(Object message,
Exception exception)
Debugs the specified message.
|
void |
debugFormat(com.aspose.ms.System.IFormatProvider provider,
String format,
Object... args)
Debugs the format.
|
void |
debugFormat(String format,
Object... args)
Debugs the format.
|
void |
error(Object message)
Errors the specified message.
|
void |
error(Object message,
Exception exception)
Errors the specified message.
|
void |
errorFormat(com.aspose.ms.System.IFormatProvider provider,
String format,
Object... args)
Errors the format.
|
void |
errorFormat(String format,
Object... args)
Errors the format.
|
void |
fatal(Object message)
Fatals the specified message.
|
void |
fatal(Object message,
Exception exception)
Fatals the specified message.
|
void |
fatalFormat(com.aspose.ms.System.IFormatProvider provider,
String format,
Object... args)
Fatals the format.
|
void |
fatalFormat(String format,
Object... args)
Fatals the format.
|
void |
info(Object message)
Informations the specified message.
|
void |
info(Object message,
Exception exception)
Informations the specified message.
|
void |
infoFormat(com.aspose.ms.System.IFormatProvider provider,
String format,
Object... args)
Informations the format.
|
void |
infoFormat(String format,
Object... args)
Informations the format.
|
boolean |
isDebugEnabled()
Gets a value indicating whe Ther this instance is debug enabled.
|
boolean |
isErrorEnabled()
Gets a value indicating whe Ther this instance is error enabled.
|
boolean |
isFatalEnabled()
Gets a value indicating whe Ther this instance is fatal enabled.
|
boolean |
isInfoEnabled()
Gets a value indicating whe Ther this instance is information enabled.
|
boolean |
isWarnEnabled()
Gets a value indicating whe Ther this instance is warn enabled.
|
void |
warn(Object message)
Warns the specified message.
|
void |
warn(Object message,
Exception exception)
Warns the specified message.
|
void |
warnFormat(com.aspose.ms.System.IFormatProvider provider,
String format,
Object... args)
Warns the format.
|
void |
warnFormat(String format,
Object... args)
Warns the format.
|
void debug(Object message)
message
- The message.void debug(Object message, Exception exception)
message
- The message.exception
- The exception.void debugFormat(com.aspose.ms.System.IFormatProvider provider, String format, Object... args)
provider
- The provider.format
- The format.args
- The arguments.void debugFormat(String format, Object... args)
format
- The format.args
- The arguments.void error(Object message)
message
- The message.void error(Object message, Exception exception)
message
- The message.exception
- The exception.void errorFormat(com.aspose.ms.System.IFormatProvider provider, String format, Object... args)
provider
- The provider.format
- The format.args
- The arguments.void errorFormat(String format, Object... args)
format
- The format.args
- The arguments.void fatal(Object message)
message
- The message.void fatal(Object message, Exception exception)
message
- The message.exception
- The exception.void fatalFormat(com.aspose.ms.System.IFormatProvider provider, String format, Object... args)
provider
- The provider.format
- The format.args
- The arguments.void fatalFormat(String format, Object... args)
format
- The format.args
- The arguments.void info(Object message)
message
- The message.void info(Object message, Exception exception)
message
- The message.exception
- The exception.void infoFormat(com.aspose.ms.System.IFormatProvider provider, String format, Object... args)
provider
- The provider.format
- The format.args
- The arguments.void infoFormat(String format, Object... args)
format
- The format.args
- The arguments.boolean isDebugEnabled()
boolean isErrorEnabled()
boolean isFatalEnabled()
boolean isInfoEnabled()
boolean isWarnEnabled()
void warn(Object message)
message
- The message.void warn(Object message, Exception exception)
message
- The message.exception
- The exception.void warnFormat(com.aspose.ms.System.IFormatProvider provider, String format, Object... args)
provider
- The provider.format
- The format.args
- The arguments.Copyright © 2019. All rights reserved.