![]() |
Initializes a new instance of the RollingFileAppender class. |
![]() | Gets or sets a flag that indicates whether the file should be appended to or overwritten. |
![]() | Gets or sets the rolling file count direction. |
![]() | Gets or sets the date pattern to be used for generating file names when rolling over on date. |
![]() | Gets or sets Encoding used to write to the file. |
![]() | Gets or set the IErrorHandler and the underlying QuietTextWriter, if any, for this appender. |
![]() | Gets or sets the path to the file that logging will be written to. |
![]() | The filter chain. |
![]() | Gets or set whether the appender will flush at the end of each append operation. |
![]() | Gets or sets the ILayout for this appender. |
![]() | Gets or sets the LockingModel used to handle locking of the file. |
![]() | Gets or sets the maximum size that the output file is allowed to reach before being rolled over to backup files. |
![]() | Gets or sets the maximum size that the output file is allowed to reach before being rolled over to backup files. |
![]() | Gets or sets the maximum number of backup files that are kept before the oldest is erased. |
![]() | Gets or sets the name of this appender. |
![]() | Gets or sets the rolling style. |
![]() | Gets or sets the SecurityContext used to write to the file. |
![]() | Gets or sets a value indicating whether to always log to the same file. |
![]() | Gets or sets the threshold Level of this appender. |
![]() | Sets the TextWriter where the log output will go. |
![]() | Initialize the appender based on the options set |
![]() | Adds a filter to the end of the filter chain. |
![]() | Clears the filter list for this appender. |
![]() | Closes the appender and release resources. |
![]() | Performs threshold checks and invokes filters before delegating actual logging to the subclasses specific Append method. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | Gets or sets the QuietTextWriter where logging events will be written to. |
![]() | This appender requires a log4net.Layout to be set. |
![]() | Write out a logging event. |
![]() | Closes the previously opened file. |
![]() | Closes the underlying TextWriter. |
![]() | Deletes the specified file if it exists. |
![]() | Initializes based on existing conditions at time of ActivateOptions. |
![]() | Test if a file exists at a specified path |
![]() | Finalizes this appender by calling the implementation's Close method. |
![]() | Get the current output file name |
![]() | Checks if the message level is below this appender's threshold. |
![]() | Creates a shallow copy of the current Object. |
![]() | Roll on to the next interval after the date passed |
![]() | Close this appender instance. The underlying stream or writer is also closed. |
![]() | Creates and opens the file for logging. If StaticLogFileName is false then the fully qualified name is determined and used. |
![]() | This method determines if there is a sense in attempting to append. |
![]() | Called to initialize the file writer |
![]() | Overloaded. Renders the LoggingEvent to a string. |
![]() | Closes any previously opened file and calls the parent's Reset. |
![]() | Renames file fromFile to file toFile. |
![]() | Implements file roll. |
![]() | Implements file roll base on file size. |
![]() | Rollover the file(s) to date/time tagged file(s). |
![]() | Sets and opens the file where the log output will go. The specified file must be writable. |
![]() | Overloaded. Sets the quiet writer being used. |
![]() | Overloaded. Sets the quiet writer being used. |
![]() | Writes a footer as produced by the embedded layout's Footer property. |
![]() | Writes the footer and closes the underlying TextWriter. |
![]() | Writes a header produced by the embedded layout's Header property. |
RollingFileAppender Class | log4net.Appender Namespace