C# 클래스 SLWModLoader.LogFile

파일 보기 프로젝트 열기: Radfordhound/SLW-Mod-Loader

공개 프로퍼티들

프로퍼티 타입 설명
LogPath string

공개 메소드들

메소드 설명
AddEmptyLine ( ) : void
AddMessage ( string message ) : void
Close ( ) : void
Initialize ( bool useTimeStampBool = true ) : void

메소드 상세

AddEmptyLine() 공개 정적인 메소드

public static AddEmptyLine ( ) : void
리턴 void

AddMessage() 공개 정적인 메소드

public static AddMessage ( string message ) : void
message string
리턴 void

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( bool useTimeStampBool = true ) : void
useTimeStampBool bool
리턴 void

프로퍼티 상세

LogPath 공개적으로 정적으로 프로퍼티

public static string LogPath
리턴 string