Click or drag to resize

LogFile Properties

The LogFile type exposes the following members.

Properties
  Name Description
Protected property CanRaiseEvents Gets a value indicating whether the component can raise an event.
(Inherited from Component)
Public property Container Gets the IContainer that contains the Component.
(Inherited from Component)
Protected property DesignMode Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component)
Public property Enabled Gets or sets a boolean value that indicates whether the LogFile object is currently enabled.
Protected property Events Gets the list of event handlers that are attached to this Component.
(Inherited from Component)
Public property FileFullOperation Gets or sets the type of operation to be performed when the LogFile is full.
Public property FileName Gets or sets the name of the LogFile, including the file extension.
Public property FileSize Gets or sets the size of the LogFile in MB.
Public property FlushTimerInterval Gets or sets the number of seconds of inactivity before the LogFile automatically flushes the file stream.
Public property IsDisposed Gets a flag that indicates whether the object has been disposed.
Public property IsOpen Gets a boolean value that indicates whether the LogFile is open.
Public property LogFilesDuration Gets or sets the time duration, in hours, to save the LogFile .
Public property Name Gets the unique identifier of the LogFile object.
Public property PersistSettings Gets or sets a boolean value that indicates whether the settings of LogFile object are to be saved to the config file.
Public property SettingsCategory Gets or sets the category under which the settings of LogFile object are to be saved to the config file if the PersistSettings property is set to true.
Public property Site Gets or sets the ISite of the Component.
(Inherited from Component)
Public property Status Gets the descriptive status of the LogFile object.
Public property TextEncoding Gets or sets the Encoding to be used to encode the messages being logged.
Top
See Also