Click or drag to resize

P4ServerSetDebugLevel Method (String, String)

Set client debug level for things like "rpc=3" Output goes to specified log file

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

Parameters

level
Type: SystemString
a string, like "rpc=3"
filename
Type: SystemString
a filename for the log file

Return Value

Type: 
null
See Also