C# 클래스 D3Helper.A_Handler.Log.LogEntry

파일 보기 프로젝트 열기: r3peat/D3Helper.Public

공개 메소드들

메소드 설명
LogEntry ( System.DateTime timestamp, string text ) : System
addLogEntry ( string text ) : void

메소드 상세

LogEntry() 공개 메소드

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

addLogEntry() 공개 정적인 메소드

public static addLogEntry ( string text ) : void
text string
리턴 void