RollingFileLoggingChannel Class

Summary

Implements a logging channel that writes to a file.

Syntax
C#
VB
C++
public class RollingFileLoggingChannel : FileLoggingChannel 
  
Public Class RollingFileLoggingChannel  
   Inherits FileLoggingChannel 
   Implements ILoggingChannel, System.IDisposable  
public ref class RollingFileLoggingChannel : public FileLoggingChannel, ILoggingChannel, System.IDisposable   

Remarks

A file size limit can be specified that allows the log file to be rolled over into another file.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly