C# 클래스 WaveBox.Core.Extensions.Log4NetExtensions

파일 보기 프로젝트 열기: einsteinx2/WaveBox

공개 메소드들

메소드 설명
IfInfo ( this logger, string message ) : void

Log only if logger.IsInfoEnabled

메소드 상세

IfInfo() 공개 정적인 메소드

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