com.microstrategy.web.objects.admin.serverconfig.FileLogDestination |
This interface represents a file log destination.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getMaxSize()
Returns the maximum size set for the file represented by this log destination.
| ||||||||||
abstract void |
setMaxSize(int size)
Sets the maximum file size for this log destination.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns the maximum size set for the file represented by this log destination.
Sets the maximum file size for this log destination. Note that changes done to individual log destination object can be saved on the IServer using
save()
method only. Thus, after one (or multiple) log destination/s (as this one) have been edited, the changes should be
saved on IServer using the save()
.
size | the maximum file size. |
---|