![]() |
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 the strategy for determining the current date and time. The default implementation is to use LocalDateTime which internally calls through to DateTime.Now. DateTime.UtcNow may be used on frameworks newer than .NET 1.0 by specifying UniversalDateTime. |
![]() | 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 a value indicating whether to preserve the file name extension when rolling. |
![]() | 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. |
![]() | Overloaded. Performs threshold checks and invokes filters before delegating actual logging to the subclasses specific Append method. |
![]() | � |
![]() | � |
![]() | � |
![]() | � |
![]() | Gets or sets the QuietTextWriter where logging events will be written to. |
![]() | This appender requires a log4net.Layout to be set. |
![]() | Performs any required rolling before outputting the next event |
![]() | Overloaded. 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 |
![]() | Test if the logging event should we output by this appender |
![]() | 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. |
![]() | � |
![]() | Get the start time of the next window for the current rollpoint |
![]() | 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 used for file output |
![]() | 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