C# Class WaveBox.Core.Extensions.Log4NetExtensions

Afficher le fichier Open project: einsteinx2/WaveBox

Méthodes publiques

Méthode Description
IfInfo ( this logger, string message ) : void

Log only if logger.IsInfoEnabled

Method Details

IfInfo() public static méthode

Log only if logger.IsInfoEnabled
public static IfInfo ( this logger, string message ) : void
logger this
message string
Résultat void