edtFTPnet/Express - Class Reference

FTPLogView Class

FTPLogView displays logging messages in real-time.

For a list of all members of this type, see FTPLogView Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.UserControl
                     EnterpriseDT.Net.Ftp.Forms.FTPMessageView
                        EnterpriseDT.Net.Ftp.Forms.FTPLogView

public class FTPLogView : FTPMessageView

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Logging messages provide detailed information about the internal operations of the FTP client components. The level of detail can be controlled by means of the LogLevel property with Off being the lowest and All being the highest.

A context-menu is displayed if the user right-clicks on the control. The context menu has options for clearing all messages; selecting all messages; clearing the current selection; copying messages to the clipboard; and freezing the display. Freezing the display means that no new messages are displayed.

Requirements

Namespace: EnterpriseDT.Net.Ftp.Forms

Assembly: edtFTPnetEx (in edtFTPnetEx.dll)

See Also

FTPLogView Members | EnterpriseDT.Net.Ftp.Forms Namespace