C# 클래스 TrafficManager.Log

파일 보기 프로젝트 열기: Katalyst6/CSL.TransitAddonMod

공개 메소드들

메소드 설명
Error ( string s ) : void
Info ( string s ) : void
Warning ( string s ) : void
_Debug ( string s ) : void

비공개 메소드들

메소드 설명
Log ( ) : System
LogToFile ( string log, LogLevel level ) : void

메소드 상세

Error() 공개 정적인 메소드

public static Error ( string s ) : void
s string
리턴 void

Info() 공개 정적인 메소드

public static Info ( string s ) : void
s string
리턴 void

Warning() 공개 정적인 메소드

public static Warning ( string s ) : void
s string
리턴 void

_Debug() 공개 정적인 메소드

public static _Debug ( string s ) : void
s string
리턴 void