Click or drag to resize

OutputLogEventArgs Constructor (String, OutputLogTypes)

Construction

Namespace:  VIZPubLib
Assembly:  VIZPubLib (in VIZPubLib.dll) Version: 1.15.19.1119 (1.15.19.1119)
Syntax
C#
public OutputLogEventArgs(
	string message,
	OutputLogTypes logtype
)

Parameters

message
Type: SystemString
Message
logtype
Type: VIZPubLibOutputLogTypes
Output Log Type
See Also