Click or drag to resize
VerboseCommand Constructor
Creates a new VerboseCommand.

Namespace: AsterNET.FastAGI.Command
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public VerboseCommand(
	string message,
	int level
)

Parameters

message
Type: SystemString
the message to send.
level
Type: SystemInt32
the verbosity level to use. Must be in [1..4]
See Also