com.microstrategy.web.objects.admin.serverconfig.LogCounter |
This interface represents a log counter for IServer performance logging.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getName()
Returns the name of this counter.
| ||||||||||
abstract boolean |
isLoggingEnabled()
Conveys if logging is enabled for this counter.
| ||||||||||
abstract boolean |
isPersistToStatistics()
Conveys if logging to Statistic is enabled for this counter.
|
Returns the name of this counter.
Conveys if logging is enabled for this counter. Note that if logging has been enabled (or disabled) for this counter using APIs like enableLogging(String, String)
one must call save()
to make sure that the changes are effected on the corresponding IServer.
Conveys if logging to Statistic is enabled for this counter. Note that if logging has been enabled (or disabled) for this counter using APIs like enableLogStats(String, String)
one must call save()
to make sure that the changes are effected on the corresponding IServer.