Click or drag to resize

CommandLogOperation Method

Logs the operation. Write a console line with the message and invoke the OperationLogged event.

Namespace:  MicaSystems.Utils.CLI
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
protected void LogOperation(
	string message
)

Parameters

message
Type: SystemString
The message.
See Also