Log.v Method (String, Object[])

Tungsten Suite

Logv Method (String, Object)

Log a formatted verbose message. This method uses string.Format to format the message.

Namespace:  W.Logging
Assembly:  Tungsten.Logging (in Tungsten.Logging.dll) Version: 2.0.0
Syntax
C#
public static void v(
	string format,
	params Object[] args
)

Parameters

format
Type: SystemString
Format of the message
args
Type: SystemObject
Parameters to be passed during message formatting
See Also