C# Class OpenTween.OpenTweenCustomControl.ToolStripLabelHistory.LogEntry

显示文件 Open project: opentween/OpenTween

Public Methods

Method Description
LogEntry ( System.DateTime timestamp, string summary ) : System
LogEntry ( LogLevel logLevel, System.DateTime timestamp, string summary, string detail ) : System
ToString ( ) : string

Method Details

LogEntry() public method

public LogEntry ( System.DateTime timestamp, string summary ) : System
timestamp System.DateTime
summary string
return System

LogEntry() public method

public LogEntry ( LogLevel logLevel, System.DateTime timestamp, string summary, string detail ) : System
logLevel LogLevel
timestamp System.DateTime
summary string
detail string
return System

ToString() public method

public ToString ( ) : string
return string