Click or drag to resize
LoggerLogFormat Method
Log a string with specified string formatting

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public void LogFormat(
	string format,
	params Object[] args
)

Parameters

format
Type: SystemString
The format string
args
Type: SystemObject
The arguments to replace in the string
See Also