C# 클래스 CK.Monitoring.Impl.LEMCLog

상속: LELog, IMulticastLogEntry
파일 보기 프로젝트 열기: Invenietis/ck-core 1 사용 예제들

공개 메소드들

메소드 설명
CreateUnicastLogEntry ( ) : ILogEntry
LEMCLog ( System.Guid monitorId, int depth, DateTimeStamp previousLogTime, LogEntryType previousEntryType, string text, DateTimeStamp t, string fileName, int lineNumber, LogLevel l, CKTrait tags, CKExceptionData ex ) : System
WriteLogEntry ( CKBinaryWriter w ) : void

메소드 상세

CreateUnicastLogEntry() 공개 메소드

public CreateUnicastLogEntry ( ) : ILogEntry
리턴 ILogEntry

LEMCLog() 공개 메소드

public LEMCLog ( System.Guid monitorId, int depth, DateTimeStamp previousLogTime, LogEntryType previousEntryType, string text, DateTimeStamp t, string fileName, int lineNumber, LogLevel l, CKTrait tags, CKExceptionData ex ) : System
monitorId System.Guid
depth int
previousLogTime DateTimeStamp
previousEntryType LogEntryType
text string
t DateTimeStamp
fileName string
lineNumber int
l LogLevel
tags CKTrait
ex CK.Core.CKExceptionData
리턴 System

WriteLogEntry() 공개 메소드

public WriteLogEntry ( CKBinaryWriter w ) : void
w CK.Core.CKBinaryWriter
리턴 void