C# 클래스 Adf.Base.Logging.EventLogProvider

상속: ILogProvider
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
EventLogProvider ( ) : System
Log ( Exception exception, IUser user ) : void

Logs the specified System.Exception and the user information.

Log ( LogLevel level, string message, IUser user ) : void

Logs the specified message with the specified loglevel and user information.

Log ( string message, IUser user ) : void

Logs the specified message and the user information.

비공개 메소드들

메소드 설명
IsAllowed ( LogLevel level ) : bool

메소드 상세

EventLogProvider() 공개 메소드

public EventLogProvider ( ) : System
리턴 System

Log() 공개 메소드

Logs the specified System.Exception and the user information.
public Log ( Exception exception, IUser user ) : void
exception System.Exception The to log.
user IUser The user information to log.
리턴 void

Log() 공개 메소드

Logs the specified message with the specified loglevel and user information.
public Log ( LogLevel level, string message, IUser user ) : void
level Adf.Core.Logging.LogLevel The loglevel to log.
message string The message to log.
user IUser The user information to log.
리턴 void

Log() 공개 메소드

Logs the specified message and the user information.
public Log ( string message, IUser user ) : void
message string The message to log.
user IUser The user information to log.
리턴 void