C# Class OpenTween.OpenTweenCustomControl.ToolStripLabelHistory.LogEntry

Afficher le fichier Open project: opentween/OpenTween

Méthodes publiques

Méthode 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 méthode

public LogEntry ( System.DateTime timestamp, string summary ) : System
timestamp System.DateTime
summary string
Résultat System

LogEntry() public méthode

public LogEntry ( LogLevel logLevel, System.DateTime timestamp, string summary, string detail ) : System
logLevel LogLevel
timestamp System.DateTime
summary string
detail string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string