Click or drag to resize

ILoggerWithRequest Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates an ILogger with an associated Request ID and RequestStringDelegate.

Namespace:  Telogis.GeoBase.Diagnostics
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
ILogger WithRequest(
	string requestId,
	RequestStringDelegate req
)

Parameters

requestId
Type: SystemString
The request ID.
req
Type: Telogis.GeoBase.DiagnosticsRequestStringDelegate
A function returning the body of the request. This function will not be called if request filtering is not being performed.

Return Value

Type: ILogger
A logger that, when written to, will contain the given request ID.
See Also