Click or drag to resize

FileLogger Constructor (String, Single, Single)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a FileLogger with a specific filename and a new and old size threshold.

Namespace:  Telogis.GeoBase.Diagnostics
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public FileLogger(
	string filename,
	float sizeThreshold,
	float oldSizeThreshold
)

Parameters

filename
Type: SystemString
The filename to use for the log file.
sizeThreshold
Type: SystemSingle
The new size threshold.
oldSizeThreshold
Type: SystemSingle
The old size threshold.
See Also