Click or drag to resize
DefaultFileLogger Class
Writes the formatted log messages into a text file.
Inheritance Hierarchy
SystemObject
  Ozeki.CommonDefaultFileLogger

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class DefaultFileLogger : ILogger

The DefaultFileLogger type exposes the following members.

Constructors
  NameDescription
Public methodDefaultFileLogger(String)
Creates a new instance of the DefaultFileLogger class.
Public methodDefaultFileLogger(String, Boolean)
Creates a new instance of the DefaultFileLogger class.
Top
Methods
  NameDescription
Public methodAppend
Writes the log message into the file.
Public methodClose
Closes the log file.
Top
See Also