class Log

ManagedElement
SystemFunctions
LogM
Log
LogPushTransfer [0..1]

Enables configuration of the Log general properties.
The Log MO contains parameters for a specific log file/stream in the system.


This MO is created by the system.

Actions
void
cancel ( ActionResultType actionID );
Action will cancel the current action invoked on this MO.

Parameters

Name: actionID
Description: Optional parameter.
If supplied the cancel() action will operate on the selected action.
If omitted the cancel() action operates on all ongoing actions.


ActionInvocationResult
export ( string uri , Log_export_password password );
Exports this log type to a given destination.
This action will move all log entries into a single ASCII encoded file which is transfered to the destination given in the parameters of the action.

Parameters

Name: uri
Description: A uniform resource locator describing the file transfer for the Log stream file.
(i.e. identifying protocol, server and destination directory)
e.g. sftp://myserver.mydomain.com/support/LogStreamA

The file name is determined by the system



Name: password
Description: If credentials are required, the password is filled in here.
If no credentials are required, this parameter is ignored.


Attributes
string
key
mandatory
noNotification
restricted
logId
Holds the name used when identifying the MO. It has no effect on the transfer function.
AsyncActionProgress[0..]
readOnly
reportProgress
Represents the progress and result of the ongoing action.
LogSeverity[0..7]
severityFilter

This can be used to put a filter on the log so that only events of a certain severity get logged.

If no value is set, all entries will be kept.