C# Class NullConditional.ActiveLogger

Afficher le fichier Open project: jskeet/DemoCode

Méthodes publiques

Méthode Description
ActiveLogger ( string level ) : System
Log ( FormattableString message ) : void

Private Methods

Méthode Description
GetLoggingCulture ( ) : CultureInfo

Method Details

ActiveLogger() public méthode

public ActiveLogger ( string level ) : System
level string
Résultat System

Log() public méthode

public Log ( FormattableString message ) : void
message System.FormattableString
Résultat void