C# Класс CK.Monitoring.Impl.LEMCOpenGroup

Наследование: LEOpenGroup, IMulticastLogEntry
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateUnicastLogEntry ( ) : ILogEntry
LEMCOpenGroup ( System.Guid monitorId, int depth, DateTimeStamp previousLogTime, LogEntryType previousEntryType, string text, DateTimeStamp t, string fileName, int lineNumber, LogLevel l, CKTrait tags, CKExceptionData ex ) : CK.Core
WriteLogEntry ( CKBinaryWriter w ) : void

Описание методов

CreateUnicastLogEntry() публичный Метод

public CreateUnicastLogEntry ( ) : ILogEntry
Результат ILogEntry

LEMCOpenGroup() публичный Метод

public LEMCOpenGroup ( System.Guid monitorId, int depth, DateTimeStamp previousLogTime, LogEntryType previousEntryType, string text, DateTimeStamp t, string fileName, int lineNumber, LogLevel l, CKTrait tags, CKExceptionData ex ) : CK.Core
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
Результат CK.Core

WriteLogEntry() публичный Метод

public WriteLogEntry ( CKBinaryWriter w ) : void
w CK.Core.CKBinaryWriter
Результат void