C# Class eu.sig.training.ch03.JenkinsUser.LOGGER

Exibir arquivo Open project: oreillymedia/building_maintainable_software

Public Methods

Method Description
isLoggable ( Level fine ) : bool
log ( ) : void

Method Details

isLoggable() public static method

public static isLoggable ( Level fine ) : bool
fine Level
return bool

log() public static method

public static log ( ) : void
return void