Click or drag to resize

FileLogger Constructor (String, Boolean)

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 an indicator whether the log file is verbose or not.

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

Parameters

filename
Type: SystemString
The filename to use for the log file.
verbose
Type: SystemBoolean
Whether or not the log file is verbose.
See Also