|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.ReportLog
inetsoft.sree.SreeLog
public class SreeLog
The log used by all classes in the StyleReport/EE. It is a very simple and lightweight log. It writes all messages to the file specified by the "log.output.file" property.
java.util.logging| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class inetsoft.report.ReportLog |
|---|
ReportLog.Delegate |
| Field Summary |
|---|
| Fields inherited from class inetsoft.report.ReportLog |
|---|
DEBUG, ERROR, INFO, LOG, ROOT_LOG, TRACE, WARNING |
| Method Summary | |
|---|---|
static void |
dispose()
Deprecated. Dispose any resource. |
static void |
setStdErr(boolean stderr)
Deprecated. logging is now provided using the Java logging facilities. |
static void |
setWriter(PrintWriter writer)
Deprecated. logging is now provided using the Java logging facilities. |
| Methods inherited from class inetsoft.report.ReportLog |
|---|
debug, debug, disposeLog, getLog, isDebugging, print, print, print, print, print, print, printError, printMessage, setDelegate, setFormat, setLog, setLogDelegate, setMessageFormat, setThreshold, setThresholdLevel, setWriteToConsole, setWriteToStream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void setStdErr(boolean stderr)
stderr - true if the log messages should be printed to
the standard error stream.public static void setWriter(PrintWriter writer)
writer - a writer to output log messagepublic static void dispose()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||