C# 클래스 Microsoft.AspNet.SignalR.Tests.Common.Infrastructure.CommonLog

파일 보기 프로젝트 열기: SignalR/SignalR 1 사용 예제들

공개 메소드들

메소드 설명
WriteException ( Exception exception ) : void
WriteExceptionMessage ( Exception exception ) : void
WriteExceptionMessage ( Exception exception, string format ) : void
WriteLine ( string format ) : void

메소드 상세

WriteException() 공개 정적인 메소드

public static WriteException ( Exception exception ) : void
exception System.Exception
리턴 void

WriteExceptionMessage() 공개 정적인 메소드

public static WriteExceptionMessage ( Exception exception ) : void
exception System.Exception
리턴 void

WriteExceptionMessage() 공개 정적인 메소드

public static WriteExceptionMessage ( Exception exception, string format ) : void
exception System.Exception
format string
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( string format ) : void
format string
리턴 void