C# 클래스 Microsoft.Extensions.Logging.LoggingExtensions

파일 보기 프로젝트 열기: kerryjiang/NRack

공개 메소드들

메소드 설명
Error ( this logger, string message ) : void
Error ( this logger, string message, Exception e ) : void
ErrorFormat ( this logger, string message ) : void

메소드 상세

Error() 공개 정적인 메소드

public static Error ( this logger, string message ) : void
logger this
message string
리턴 void

Error() 공개 정적인 메소드

public static Error ( this logger, string message, Exception e ) : void
logger this
message string
e System.Exception
리턴 void

ErrorFormat() 공개 정적인 메소드

public static ErrorFormat ( this logger, string message ) : void
logger this
message string
리턴 void