Click or drag to resize
weroSoft AG, Software
MessageTrackerTrackMessage Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Tracks an installation message into the tracker.

Namespace:  WeroSoft.Installation
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public void TrackMessage(
	string message,
	params Object[] arguments
)

Parameters

message
Type: SystemString
Message to be written.
arguments
Type: SystemObject
Arguments which shall be injected into the message.
See Also