C# Class NullConditional.ActiveLogger

Mostrar archivo Open project: jskeet/DemoCode

Public Methods

Method Description
ActiveLogger ( string level ) : System
Log ( FormattableString message ) : void

Private Methods

Method Description
GetLoggingCulture ( ) : CultureInfo

Method Details

ActiveLogger() public method

public ActiveLogger ( string level ) : System
level string
return System

Log() public method

public Log ( FormattableString message ) : void
message System.FormattableString
return void