C# Class WaveBox.Core.Extensions.Log4NetExtensions

ファイルを表示 Open project: einsteinx2/WaveBox

Public Methods

Method Description
IfInfo ( this logger, string message ) : void

Log only if logger.IsInfoEnabled

Method Details

IfInfo() public static method

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