public class ComparisonLogger extends Object
Class ComparisonLogger
Constructor and Description |
---|
ComparisonLogger() |
Modifier and Type | Method and Description |
---|---|
static void |
debug(Object message)
Debugs the specified message.
|
static void |
debug(Object message,
Exception exception)
Debugs the specified message.
|
static void |
debugFormat(com.aspose.ms.System.IFormatProvider provider,
String format,
Object... args)
Debugs the format.
|
static void |
debugFormat(String format,
Object... args)
Debugs the format.
|
static void |
error(Object message)
Errors the specified message.
|
static void |
error(Object message,
Exception exception)
Errors the specified message.
|
static void |
errorFormat(com.aspose.ms.System.IFormatProvider provider,
String format,
Object... args)
Errors the format.
|
static void |
errorFormat(String format,
Object... args)
Errors the format.
|
static void |
fatal(Object message)
Fatals the specified message.
|
static void |
fatal(Object message,
Exception exception)
Fatals the specified message.
|
static void |
fatalFormat(com.aspose.ms.System.IFormatProvider provider,
String format,
Object... args)
Fatals the format.
|
static void |
fatalFormat(String format,
Object... args)
Fatals the format.
|
static void |
info(Object message)
Informations the specified message.
|
static void |
info(Object message,
Exception exception)
Informations the specified message.
|
static void |
infoFormat(com.aspose.ms.System.IFormatProvider provider,
String format,
Object... args)
Informations the format.
|
static void |
infoFormat(String format,
Object... args)
Informations the format.
|
static void |
setLogger(ILogger inputLogger)
Sets the logger.
|
static void |
warn(Object message)
Warns the specified message.
|
static void |
warn(Object message,
Exception exception)
Warns the specified message.
|
static void |
warnFormat(com.aspose.ms.System.IFormatProvider provider,
String format,
Object... args)
Warns the format.
|
static void |
warnFormat(String format,
Object... args)
Warns the format.
|
public static void setLogger(ILogger inputLogger)
Sets the logger.
inputLogger
- The input logger.public static void debug(Object message)
Debugs the specified message.
message
- The message.public static void debug(Object message, Exception exception)
Debugs the specified message.
message
- The message.exception
- The exception.public static void debugFormat(String format, Object... args)
Debugs the format.
format
- The format.args
- The arguments.public static void debugFormat(com.aspose.ms.System.IFormatProvider provider, String format, Object... args)
Debugs the format.
provider
- The provider.format
- The format.args
- The arguments.public static void info(Object message)
Informations the specified message.
message
- The message.public static void info(Object message, Exception exception)
Informations the specified message.
message
- The message.exception
- The exception.public static void infoFormat(String format, Object... args)
Informations the format.
format
- The format.args
- The arguments.public static void infoFormat(com.aspose.ms.System.IFormatProvider provider, String format, Object... args)
Informations the format.
provider
- The provider.format
- The format.args
- The arguments.public static void warn(Object message)
Warns the specified message.
message
- The message.public static void warn(Object message, Exception exception)
Warns the specified message.
message
- The message.exception
- The exception.public static void warnFormat(String format, Object... args)
Warns the format.
format
- The format.args
- The arguments.public static void warnFormat(com.aspose.ms.System.IFormatProvider provider, String format, Object... args)
Warns the format.
provider
- The provider.format
- The format.args
- The arguments.public static void error(Object message)
Errors the specified message.
message
- The message.public static void error(Object message, Exception exception)
Errors the specified message.
message
- The message.exception
- The exception.public static void errorFormat(String format, Object... args)
Errors the format.
format
- The format.args
- The arguments.public static void errorFormat(com.aspose.ms.System.IFormatProvider provider, String format, Object... args)
Errors the format.
provider
- The provider.format
- The format.args
- The arguments.public static void fatal(Object message)
Fatals the specified message.
message
- The message.public static void fatal(Object message, Exception exception)
Fatals the specified message.
message
- The message.exception
- The exception.public static void fatalFormat(String format, Object... args)
Fatals the format.
format
- The format.args
- The arguments.Copyright © 2018. All rights reserved.