Table of Contents

Class FileLogFactory

Namespace
Inetlab.SMPP.Logging
Assembly
Inetlab.SMPP.dll
public class FileLogFactory : ILogFactory
Inheritance
FileLogFactory
Implements
Inherited Members

Constructors

FileLogFactory(string, LogLevel)

public FileLogFactory(string filePath, LogLevel minLevel)

Parameters

filePath string
minLevel LogLevel

Methods

GetLogger(string)

public ILog GetLogger(string loggerName)

Parameters

loggerName string

Returns

ILog