C# 클래스 SkyNet.Log.Event

Logged event class
파일 보기 프로젝트 열기: hipolipolopigus/SkyNet_Old

공개 메소드들

메소드 설명
Print ( ) : void

Print this event to the console

ToString ( ) : string

Return this event as a string with the format "[time][type] data"

메소드 상세

Print() 공개 메소드

Print this event to the console
public Print ( ) : void
리턴 void

ToString() 공개 메소드

Return this event as a string with the format "[time][type] data"
public ToString ( ) : string
리턴 string