C# Класс GSF.Diagnostics.LogPublisherInternal

This publisher is shared by all other instances of the same Type.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Assembly System.Reflection.Assembly
Type System.Type
TypeData PublisherTypeDefinition

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

Метод Описание
HasSubscribers ( LogMessageAttributes attributes ) : bool

Checks messages generated by this publisher and the provided attributes will be received by a subscriber.

LogPublisherInternal ( LoggerInternal logger, Type type ) : System

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

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

Checks messages generated by this publisher and the provided attributes will be received by a subscriber.
public HasSubscribers ( LogMessageAttributes attributes ) : bool
attributes LogMessageAttributes
Результат bool

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

public LogPublisherInternal ( LoggerInternal logger, Type type ) : System
logger LoggerInternal
type System.Type
Результат System

Описание свойств

Assembly публичное свойство

public Assembly,System.Reflection Assembly
Результат System.Reflection.Assembly

Type публичное свойство

public Type,System Type
Результат System.Type

TypeData публичное свойство

public PublisherTypeDefinition TypeData
Результат PublisherTypeDefinition