C# 클래스 MyCustomLoggerAdapter, code

상속: ILoggerFacade
파일 보기 프로젝트 열기: shendongnian/code

공개 메소드들

메소드 설명
Exception ( Exception, ex ) : void
Log ( LogEntry, entry ) : void

Logs an entry using the Enterprise Library Logging.

Log ( string message, Category, category, Priority, priority ) : void

Logs an entry using the Enterprise Library logging. For logging a Category.Exception type, it is preferred to use the EnterpriseLibraryLoggerAdapter.Exception methods."

메소드 상세

Exception() 공개 메소드

public Exception ( Exception, ex ) : void
ex Exception,
리턴 void

Log() 공개 메소드

Logs an entry using the Enterprise Library Logging.
public Log ( LogEntry, entry ) : void
entry LogEntry, the LogEntry object used to log the /// entry with Enterprise Library.
리턴 void

Log() 공개 메소드

Logs an entry using the Enterprise Library logging. For logging a Category.Exception type, it is preferred to use the EnterpriseLibraryLoggerAdapter.Exception methods."
public Log ( string message, Category, category, Priority, priority ) : void
message string
category Category,
priority Priority,
리턴 void