com.microstrategy.web.objects.admin.serverconfig.LogDestination |
![]() |
This interface represents a log destination for an IServer. This interface is extended by a FileLogDestination
which represents
log destinations of type LogDestinationTypeDiagnosticsLog
, LogDestinationTypePerformanceLog
and is editable. Note that any changes made to an editable log destination can be saved only using save()
.
For a given IServer, there is only one LogDestinations
object that refers to all the log destinations for the IServer. Thus, if one/more LogDestination
s
have been edited, they can be saved in a batch, using save()
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getName()
Returns the name of the log destination.
| ||||||||||
abstract int |
getType()
Returns the type of log destination.
|
Returns the name of the log destination.
Returns the type of log destination. The type will be a value from the enumeration @link EnumLogDestinationType}.