Package com.microstrategy.utils
Interface StdOutErrToFileMXBean
-
- All Known Implementing Classes:
StdOutErrToFile
public interface StdOutErrToFileMXBeanConfigures System.out and System.err to redirect to a file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetEnabled()java.lang.StringgetFile()voidprintSystemProperties()voidsetEnabled(boolean enable)voidsetFile(java.lang.String path)
-
-
-
Method Detail
-
setEnabled
void setEnabled(boolean enable) throws java.io.IOException- Throws:
java.io.IOException
-
getEnabled
boolean getEnabled()
-
setFile
void setFile(java.lang.String path) throws java.io.IOException- Throws:
java.io.IOException
-
getFile
java.lang.String getFile() throws java.io.IOException- Throws:
java.io.IOException
-
printSystemProperties
void printSystemProperties()
-
-