Orchestration.OrchestrationActionBase.

Orchestration.

Log(Level, string, Object[]) Method

Summary

Logs a message with the given priority.

Syntax

public override void Log(Level messageLevel, string message, params Object[] args)

Remarks

The actual logging is delegated to the project.

Parameters

Name Type Description
messageLevel Level The message priority at which the specified message is to be logged.
message string The message to log, containing zero or more format items.
args Object[] An System.Object array containing zero or more objects to format.

Return Value

Type Description
void