Style Intelligence v12.0

inetsoft.sree
Class SreeLog

java.lang.Object
  extended by inetsoft.report.ReportLog
      extended by inetsoft.sree.SreeLog

Deprecated. logging is now provided using the Java logging facilities.

public class SreeLog
extends ReportLog

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.

See Also:
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

setStdErr

public static void setStdErr(boolean stderr)
Deprecated. logging is now provided using the Java logging facilities.

Set whether the log messages will be printed to the standard error stream.

Parameters:
stderr - true if the log messages should be printed to the standard error stream.

setWriter

public static void setWriter(PrintWriter writer)
Deprecated. logging is now provided using the Java logging facilities.

Set the writer for output message stream.

Parameters:
writer - a writer to output log message

dispose

public static void dispose()
Deprecated. 
Dispose any resource.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.