C# 클래스 NContext.Extensions.Logging.LogEntry

Defines a log entry.
파일 보기 프로젝트 열기: PowerDMS/NContext 1 사용 예제들

공개 메소드들

메소드 설명
LogEntry ( Object message, IEnumerable categories ) : System

Initializes a new instance of the LogEntry class.

비공개 메소드들

메소드 설명
Clone ( ) : LogEntry

Creates a read-only clone from this instance. Used internally for broadcasting the instance to multiple ILogTargets.

LogEntry ( Object message, IEnumerable categories, DateTimeOffset occurredOn, Object>.IDictionary auxiliaryProperties ) : System

메소드 상세

LogEntry() 공개 메소드

Initializes a new instance of the LogEntry class.
public LogEntry ( Object message, IEnumerable categories ) : System
message Object The message.
categories IEnumerable The categories.
리턴 System