C# Class Hawkeye.Logging.LogEntry

This class stores the properties a logging message is made of.
Inheritance: ILogEntry
Afficher le fichier Open project: odalet/Hawkeye2 Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

LogEntry() public méthode

Initializes a new instance of the ILogEntry class.
public LogEntry ( ) : System
Résultat System

ToString() public méthode

Returns a T:System.String that represents the default string representation of this entry.
public ToString ( ) : string
Résultat string