Click or drag to resize

P4ServerSetDebugLevel Method (String)

Set client debug level for things like "rpc=3" Output goes to stdout

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public static void SetDebugLevel(
	string level
)

Parameters

level
Type: SystemString
a string, like "rpc=3"

Return Value

Type: 
null
See Also