Click or drag to resize

FileLogger Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A class for creating a log file and writing log entries to the log file.
Inheritance Hierarchy

Namespace:  Telogis.GeoBase.Diagnostics
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class FileLogger : AbstractLogger

The FileLogger type exposes the following members.

Constructors
  NameDescription
Public methodFileLogger(String)
Creates a FileLogger with a specific filename.
Public methodFileLogger(String, Boolean)
Creates a FileLogger with a specific filename and an indicator whether the log file is verbose or not.
Public methodFileLogger(String, Single, Single)
Creates a FileLogger with a specific filename and a new and old size threshold.
Public methodFileLogger(String, Single, Single, Boolean)
Creates a FileLogger with a specific filename, a new and old size threshold and an indicator whether the log file is verbose or not.
Top
Methods
  NameDescription
Public methodDebug
Logs a debug message.
(Inherited from AbstractLogger.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodError
Logs an unknown error message.
(Inherited from AbstractLogger.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIncoming
Logs an incoming message.
(Inherited from AbstractLogger.)
Public methodInfo
Logs an information message.
(Inherited from AbstractLogger.)
Public methodLogException(Exception)
Logs an exception.
(Inherited from AbstractLogger.)
Public methodLogException(Exception, String, Object)
Logs an exception with an accompanying string message describing the current exception.
(Inherited from AbstractLogger.)
Public methodOutgoing
Logs an outgoing message.
(Inherited from AbstractLogger.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTrace
Logs a trace message for debugging purposes.
(Inherited from AbstractLogger.)
Public methodWarn
Logs a warning message.
(Inherited from AbstractLogger.)
Public methodWithCategory
Creates an AbstractLogger with a category.
(Inherited from AbstractLogger.)
Public methodWithRequest
Creates an AbstractLogger with an associated Request ID and RequestStringDelegate
(Inherited from AbstractLogger.)
Public methodWriteEntry
Logs a LogEntry, which is a single log entry passed to a LogEventHandler.
(Overrides AbstractLoggerWriteEntry(LogEntry).)
Top
See Also