| java.lang.Object workbench.log.LogMgr
LogMgr | public class LogMgr (Code) | | author: support@sql-workbench.net |
Method Summary | |
public static String | getLevel() | public static String | getStackTrace(Throwable th) | public static boolean | isDebugEnabled() | public static boolean | isInfoEnabled() | public static void | logAll() | public static void | logDebug() | public static void | logDebug(Object aCaller, String aMsg) | public static void | logDebug(Object aCaller, String aMsg, Throwable th) | public static void | logError(Object aCaller, String aMsg, Throwable th) | public static void | logError(Object aCaller, String aMsg, SQLException se) | public static void | logErrors() | public static void | logInfo() | public static void | logInfo(Object aCaller, String aMsg) | public static void | logInfo(Object aCaller, String aMsg, Throwable th) | public static void | logSqlError(Object caller, String sql, Throwable th) | public static void | logToSystemError(boolean flag) | public static void | logWarning(Object aCaller, String aMsg) | public static void | logWarning(Object aCaller, String aMsg, Throwable th) | public static void | logWarnings() | public static void | setLevel(String aType) | public static void | setMessageFormat(String aFormat) | public static void | setOutputFile(File logfile, int maxFilesize) | public static void | shutdown() |
isDebugEnabled | public static boolean isDebugEnabled()(Code) | | |
isInfoEnabled | public static boolean isInfoEnabled()(Code) | | |
logAll | public static void logAll()(Code) | | |
logDebug | public static void logDebug()(Code) | | |
logErrors | public static void logErrors()(Code) | | |
logInfo | public static void logInfo()(Code) | | |
logToSystemError | public static void logToSystemError(boolean flag)(Code) | | |
logWarnings | public static void logWarnings()(Code) | | |
setMessageFormat | public static void setMessageFormat(String aFormat)(Code) | | |
setOutputFile | public static void setOutputFile(File logfile, int maxFilesize)(Code) | | |
shutdown | public static void shutdown()(Code) | | |
|
|