FileLogger Constructor (String, Boolean) | |
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
)
Public Sub New (
filename As String,
verbose As Boolean
)
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