Click or drag to resize

MacroPluginAddLogEntry Method

Adds an entry to the plugin-private log

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void AddLogEntry(
	string aText,
	LogEntryType aType,
	params Object[] aParams
)

Parameters

aText
Type: SystemString
The text to log
aType
Type: LogEntryType
The entry/severity type of the entry
aParams
Type: SystemObject
parameters that are used with a string.Format of the given Text
See Also