C# 클래스 MvcTemplate.Components.Logging.Logger

상속: ILogger
파일 보기 프로젝트 열기: NonFactors/MVC5.Template

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Log ( Exception exception ) : void
Log ( String message ) : void
Logger ( ) : MvcTemplate.Components.Security
Logger ( Int32 accountId ) : MvcTemplate.Components.Security

메소드 상세

Log() 공개 메소드

public Log ( Exception exception ) : void
exception System.Exception
리턴 void

Log() 공개 메소드

public Log ( String message ) : void
message String
리턴 void

Logger() 공개 메소드

public Logger ( ) : MvcTemplate.Components.Security
리턴 MvcTemplate.Components.Security

Logger() 공개 메소드

public Logger ( Int32 accountId ) : MvcTemplate.Components.Security
accountId System.Int32
리턴 MvcTemplate.Components.Security