Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ILogger.Action Method 

Logs a message at the Action level.

void Action(
   string message
);

Parameters

message
The message to log.

Remarks

An action message describes that some significant action was taken. Examples of Action traces include a notification that a start-up routine is beginning or ending, or a notification that a new user request is waiting to be serviced or completed. Action traces are usually considered between Info and Warn in terms of severity.

See Also

ILogger Interface | Plumtree.Remote.Logging Namespace