Show / Hide Table of Contents

Class FileLoggerHandler

Inheritance
System.Object
FileLoggerHandler
Implements
ILoggerHandler
Namespace: Edgar.Legacy.Utils.Logging.Handlers
Assembly: Edgar.dll
Syntax
public class FileLoggerHandler : Object, ILoggerHandler

Constructors

FileLoggerHandler(String)

Declaration
public FileLoggerHandler(string filename)
Parameters
Type Name Description
System.String filename

Methods

Write(String)

Declaration
public void Write(string text)
Parameters
Type Name Description
System.String text

Implements

ILoggerHandler
Back to top Generated by DocFX