Class Overview
Defines Java logger for MicroStrategy Web Services.
Summary
Public Constructors |
|
Log()
|
Public Methods |
void
|
configureLogger(String sFilePathRoot)
Configures the web service logger using the
existing mwsLogger.properties file as the template.
|
[Expand]
Inherited Methods |
From class
com.microstrategy.utils.log.LoggerConfigurator
|
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(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
public
static
final
Logger
logger
Public Constructors
Public Methods
public
void
configureLogger
(String sFilePathRoot)
Configures the web service logger using the
existing mwsLogger.properties file as the template. The
dynamically constructed Java log file name is added to a
newly generated version of the mwsLogger.properties file.
The generated properties file is used to initialize the
logger.
Parameters
sFilePathRoot |
Path (ie. web service root) to retrieve/store logger properties and log file. |