FileLogger Constructor (String, Single, Single) | |
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
)
Public Sub New (
filename As String,
sizeThreshold As Single,
oldSizeThreshold As Single
)
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