FileLogger Constructor (String, Single, Single, Boolean) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a FileLogger with a specific filename, a new and old size threshold 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,
float sizeThreshold,
float oldSizeThreshold,
bool verbose
)
Public Sub New (
filename As String,
sizeThreshold As Single,
oldSizeThreshold As Single,
verbose As Boolean
)
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. - verbose
- Type: SystemBoolean
Whether or not the log file is verbose.
See Also