edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
 

Classes

  ClassDescription
Public classFileAppender
Appends log statements to a file
Public classLevel
Simple debug level class. Uses the same interface (but not implementation) as log4net, so that the debug classes could be easily replaced by log4net
Public classLock
Utility class for helping to debug deadlocks caused by lock synchronization.
Public classLogger
Logger class that mimics log4net Logger class
Public classLogLevelHelper
Helper for compact frameworks, which doesn't have Enum.Parse()
Public classLogMessageEventArgs
An instance of this class is supplied to the LogMessageReceived event
Public classLogTag
Public classMemoryAppender
Appends log statements to an in-memory buffer.
Public classRollingFileAppender
Rolling file appender that moves the log file to a backup file once it exceeds a certain size.
Public classStandardOutputAppender
Appends log statements to standard output
Public classTraceAppender
Appends log statements using Trace.

Interfaces

  InterfaceDescription
Public interfaceAppender
Interface for classes that output log statements
Public interfaceCustomLogLevelAppender
Extends Appender by allowing an appender to have its own log-level.
Public interfaceILogTag

Delegates

  DelegateDescription
Public delegateLogMessageHandler
Delegate used for LogMessageReceived event

Enumerations

  EnumerationDescription
Public enumerationLogLevel
Enumeration specifying logging levels.