T
- the type parameterpublic interface ILogger<T>
T
:
Modifier and Type | Method and Description |
---|---|
void |
debug(Object message)
Debug.
|
void |
debug(Object message,
Exception exception)
Debug.
|
void |
debugFormat(com.groupdocs.foundation.utils.IFormatProvider provider,
String format,
Object... args)
Debug format.
|
void |
debugFormat(String format,
Object... args)
Debug format.
|
void |
error(Object message)
Error.
|
void |
error(Object message,
Exception exception)
Error.
|
void |
errorFormat(com.groupdocs.foundation.utils.IFormatProvider provider,
String format,
Object... args)
Error format.
|
void |
errorFormat(String format,
Object... args)
Error format.
|
void |
fatal(Object message)
Fatal.
|
void |
fatal(Object message,
Exception exception)
Fatal.
|
void |
fatalFormat(com.groupdocs.foundation.utils.IFormatProvider provider,
String format,
Object... args)
Fatal format.
|
void |
fatalFormat(String format,
Object... args)
Fatal format.
|
void |
info(Object message)
Info.
|
void |
info(Object message,
Exception exception)
Info.
|
void |
infoFormat(com.groupdocs.foundation.utils.IFormatProvider provider,
String format,
Object... args)
Info format.
|
void |
infoFormat(String format,
Object... args)
Info format.
|
boolean |
isDebugEnabled()
Is debug enabled boolean.
|
boolean |
isErrorEnabled()
Is error enabled boolean.
|
boolean |
isFatalEnabled()
Is fatal enabled boolean.
|
boolean |
isInfoEnabled()
Is info enabled boolean.
|
boolean |
isWarnEnabled()
Is warn enabled boolean.
|
void |
warn(Object message)
Warn.
|
void |
warn(Object message,
Exception exception)
Warn.
|
void |
warnFormat(com.groupdocs.foundation.utils.IFormatProvider provider,
String format,
Object... args)
Warn format.
|
void |
warnFormat(String format,
Object... args)
Warn format.
|
boolean isDebugEnabled()
boolean isInfoEnabled()
boolean isWarnEnabled()
boolean isErrorEnabled()
boolean isFatalEnabled()
void debug(Object message)
message
- the messagevoid debug(Object message, Exception exception)
message
- the messageexception
- the exceptionvoid debugFormat(String format, Object... args)
format
- the formatargs
- the argsvoid debugFormat(com.groupdocs.foundation.utils.IFormatProvider provider, String format, Object... args)
provider
- the providerformat
- the formatargs
- the argsvoid info(Object message)
message
- the messagevoid info(Object message, Exception exception)
message
- the messageexception
- the exceptionvoid infoFormat(String format, Object... args)
format
- the formatargs
- the argsvoid infoFormat(com.groupdocs.foundation.utils.IFormatProvider provider, String format, Object... args)
provider
- the providerformat
- the formatargs
- the argsvoid warn(Object message)
message
- the messagevoid warn(Object message, Exception exception)
message
- the messageexception
- the exceptionvoid warnFormat(String format, Object... args)
format
- the formatargs
- the argsvoid warnFormat(com.groupdocs.foundation.utils.IFormatProvider provider, String format, Object... args)
provider
- the providerformat
- the formatargs
- the argsvoid error(Object message)
message
- the messagevoid error(Object message, Exception exception)
message
- the messageexception
- the exceptionvoid errorFormat(String format, Object... args)
format
- the formatargs
- the argsvoid errorFormat(com.groupdocs.foundation.utils.IFormatProvider provider, String format, Object... args)
provider
- the providerformat
- the formatargs
- the argsvoid fatal(Object message)
message
- the messagevoid fatal(Object message, Exception exception)
message
- the messageexception
- the exceptionvoid fatalFormat(String format, Object... args)
format
- the formatargs
- the argsCopyright © 2018. All rights reserved.