Class FileLoggerHandler
Inheritance
System.Object
FileLoggerHandler
Implements
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 |