|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.linar.jintegra.Log
public final class Log
This class is used to log J-Integra®'s activities.
For more information, please see Contacting Technical Support.
| Constructor Summary | |
|---|---|
Log()
|
|
| Method Summary | |
|---|---|
static void |
flush()
Flushes current log information. |
static void |
log(int level,
java.lang.String message)
Inserts a message to current log information. |
static void |
logImmediately(int logLevel,
java.io.PrintStream logFile)
Creates a log immediately to PrintStream. |
static void |
logImmediately(int logLevel,
java.lang.String fileName)
Creates a log file immediately. |
static void |
printStackTrace()
Prints stack trace of exception. |
static void |
printStackTrace(java.lang.Throwable t)
Prints stack trace of exception. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Log()
| Method Detail |
|---|
public static void logImmediately(int logLevel,
java.lang.String fileName)
logLevel - the detail level of log file, pass 3 to generate verbose log filefileName - the name of log file
public static void logImmediately(int logLevel,
java.io.PrintStream logFile)
logLevel - the detail level of log, pass 3 to generate verbose log filelogFile - the name of PrintStream where log file is createdpublic static void printStackTrace()
public static void printStackTrace(java.lang.Throwable t)
t - the Throwable object
public static void log(int level,
java.lang.String message)
level - the detail level of log, pass 3 to generate verbose log filemessage - the message to insertpublic static void flush()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||