java.lang.Object |
↳ |
com.microstrategy.utils.StdOutErrToFile |
Class Overview
JMX bean to redirect Java standard out and err streams to a file.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
com.microstrategy.utils.StdOutErrToFileMXBean
|
Public Constructors
public
StdOutErrToFile
()
Public Methods
public
boolean
getEnabled
()
public
void
printSystemProperties
()
public
void
setEnabled
(boolean enable)
public
void
setFile
(String path)
public
void
setFile
(File f)