Used in the IPluginHost.Log function to specify the type of the log message.

Namespace: VVVV.PluginInterfaces.V1
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
public enum TLogType

Members

Member nameValueDescription
Debug0 Specifies a debug message.
Message1 Specifies an ordinary message.
Warning2 Specifies a warning message.
Error3 Specifies an errormessage.

See Also