C# Class Hawkeye.Logging.LogEntry

This class stores the properties a logging message is made of.
Inheritance: ILogEntry
显示文件 Open project: odalet/Hawkeye2 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

Initializes a new instance of the ILogEntry class.
public LogEntry ( ) : System
return System

ToString() public method

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