C# Class SharpLogger.LogConstruction.LogConstructorFactory

Exibir arquivo Open project: repinvv/SharpLogger

Public Methods

Method Description
GetLogConstructor ( ) : ILogConstructor
LogConstructorFactory ( IOptions options ) : System.Text

Private Methods

Method Description
AddConstructor ( ILogConstructor constructor ) : void
AddStringAppender ( ) : void
Escaped ( char val ) : void

Method Details

GetLogConstructor() public method

public GetLogConstructor ( ) : ILogConstructor
return ILogConstructor

LogConstructorFactory() public method

public LogConstructorFactory ( IOptions options ) : System.Text
options IOptions
return System.Text