C# 클래스 SimKit.Framework.LoggingContext.ConsoleLoggingContext

상속: ILoggingContext
파일 보기 프로젝트 열기: Abayima/OpenSIMKit

공개 메소드들

메소드 설명
Debug ( string context, string message ) : void
Error ( string context, Exception exception ) : void
Info ( string context, string message ) : void

메소드 상세

Debug() 공개 메소드

public Debug ( string context, string message ) : void
context string
message string
리턴 void

Error() 공개 메소드

public Error ( string context, Exception exception ) : void
context string
exception System.Exception
리턴 void

Info() 공개 메소드

public Info ( string context, string message ) : void
context string
message string
리턴 void