C# 클래스 HA4IoT.Logger.LogEntry

파일 보기 프로젝트 열기: chkr1011/CK.HomeAutomation 1 사용 예제들

공개 메소드들

메소드 설명
LogEntry ( long id, System.DateTime timestamp, int threadId, LogEntrySeverity severity, string source, string message ) : System

메소드 상세

LogEntry() 공개 메소드

public LogEntry ( long id, System.DateTime timestamp, int threadId, LogEntrySeverity severity, string source, string message ) : System
id long
timestamp System.DateTime
threadId int
severity LogEntrySeverity
source string
message string
리턴 System