C# 클래스 Hawkeye.Logging.LogEntry

This class stores the properties a logging message is made of.
상속: ILogEntry
파일 보기 프로젝트 열기: odalet/Hawkeye2 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
LogEntry ( ) : System

Initializes a new instance of the ILogEntry class.

ToString ( ) : string

Returns a T:System.String that represents the default string representation of this entry.

메소드 상세

LogEntry() 공개 메소드

Initializes a new instance of the ILogEntry class.
public LogEntry ( ) : System
리턴 System

ToString() 공개 메소드

Returns a T:System.String that represents the default string representation of this entry.
public ToString ( ) : string
리턴 string