C# 클래스 OpenTween.OpenTweenCustomControl.ToolStripLabelHistory.LogEntry

파일 보기 프로젝트 열기: opentween/OpenTween

공개 메소드들

메소드 설명
LogEntry ( System.DateTime timestamp, string summary ) : System
LogEntry ( LogLevel logLevel, System.DateTime timestamp, string summary, string detail ) : System
ToString ( ) : string

메소드 상세

LogEntry() 공개 메소드

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

LogEntry() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string