C# Класс Hawkeye.Logging.LogEntry

This class stores the properties a logging message is made of.
Наследование: ILogEntry
Показать файл Открыть проект Примеры использования класса

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