C# Class SharpLogger.LogConstruction.LogConstructorFactory

Afficher le fichier Open project: repinvv/SharpLogger

Méthodes publiques

Méthode Description
GetLogConstructor ( ) : ILogConstructor
LogConstructorFactory ( IOptions options ) : System.Text

Private Methods

Méthode Description
AddConstructor ( ILogConstructor constructor ) : void
AddStringAppender ( ) : void
Escaped ( char val ) : void

Method Details

GetLogConstructor() public méthode

public GetLogConstructor ( ) : ILogConstructor
Résultat ILogConstructor

LogConstructorFactory() public méthode

public LogConstructorFactory ( IOptions options ) : System.Text
options IOptions
Résultat System.Text