C# 클래스 Gears.Cloud._Debug.Debug

A class to handle static debug functions.
파일 보기 프로젝트 열기: spectrumbranch/gearsvge

공개 메소드들

메소드 설명
Out ( string msg ) : void

Outputs a message to the debug out log file and adds a datetime stamp.

메소드 상세

Out() 공개 정적인 메소드

Outputs a message to the debug out log file and adds a datetime stamp.
public static Out ( string msg ) : void
msg string The output message.
리턴 void