public final class VfsLog
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
debug(Log vfslog,
Log commonslog,
java.lang.String message)
debug.
|
static void |
debug(Log vfslog,
Log commonslog,
java.lang.String message,
java.lang.Throwable t)
debug.
|
static void |
error(Log vfslog,
Log commonslog,
java.lang.String message)
error.
|
static void |
error(Log vfslog,
Log commonslog,
java.lang.String message,
java.lang.Throwable t)
error.
|
static void |
fatal(Log vfslog,
Log commonslog,
java.lang.String message)
fatal.
|
static void |
fatal(Log vfslog,
Log commonslog,
java.lang.String message,
java.lang.Throwable t)
fatal.
|
static void |
info(Log vfslog,
Log commonslog,
java.lang.String message)
info.
|
static void |
info(Log vfslog,
Log commonslog,
java.lang.String message,
java.lang.Throwable t)
info.
|
static void |
warn(Log vfslog,
Log commonslog,
java.lang.String message)
warning.
|
static void |
warn(Log vfslog,
Log commonslog,
java.lang.String message,
java.lang.Throwable t)
warning.
|
public static void warn(Log vfslog, Log commonslog, java.lang.String message, java.lang.Throwable t)
vfslog
- The base component Logger to use.commonslog
- The class specific Loggermessage
- The message to log.t
- The exception, if any.public static void warn(Log vfslog, Log commonslog, java.lang.String message)
vfslog
- The base component Logger to use.commonslog
- The class specific Loggermessage
- The message to log.public static void debug(Log vfslog, Log commonslog, java.lang.String message)
vfslog
- The base component Logger to use.commonslog
- The class specific Loggermessage
- The message to log.public static void debug(Log vfslog, Log commonslog, java.lang.String message, java.lang.Throwable t)
vfslog
- The base component Logger to use.commonslog
- The class specific Loggermessage
- The message to log.t
- The exception, if any.public static void info(Log vfslog, Log commonslog, java.lang.String message, java.lang.Throwable t)
vfslog
- The base component Logger to use.commonslog
- The class specific Loggermessage
- The message to log.t
- The exception, if any.public static void info(Log vfslog, Log commonslog, java.lang.String message)
vfslog
- The base component Logger to use.commonslog
- The class specific Loggermessage
- The message to log.public static void error(Log vfslog, Log commonslog, java.lang.String message, java.lang.Throwable t)
vfslog
- The base component Logger to use.commonslog
- The class specific Loggermessage
- The message to log.t
- The exception, if any.public static void error(Log vfslog, Log commonslog, java.lang.String message)
vfslog
- The base component Logger to use.commonslog
- The class specific Loggermessage
- The message to log.public static void fatal(Log vfslog, Log commonslog, java.lang.String message, java.lang.Throwable t)
vfslog
- The base component Logger to use.commonslog
- The class specific Loggermessage
- The message to log.t
- The exception, if any.public static void fatal(Log vfslog, Log commonslog, java.lang.String message)
vfslog
- The base component Logger to use.commonslog
- The class specific Loggermessage
- The message to log.