C# 클래스 Terraria.ModLoader.ErrorLogger

파일 보기 프로젝트 열기: JavidPack/TerraCustom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LogPath string

공개 메소드들

메소드 설명
ClearLog ( ) : void
Log ( string message ) : void

비공개 메소드들

메소드 설명
LogBuildError ( string errorText ) : void
LogCompileErrors ( CompilerErrorCollection errors ) : void
LogDependencyError ( string error ) : void
LogDllBuildError ( string modDir ) : void
LogException ( Exception e, string msg = "The game has crashed!" ) : void
LogLoadingError ( string modFile, System.Version modBuildVersion, Exception e, bool recipes = false ) : void
LogMissingMods ( string msg ) : void
LogModBrowserException ( Exception e ) : void
LogModPublish ( string message ) : void
LogModUnPublish ( string message ) : void

메소드 상세

ClearLog() 공개 정적인 메소드

public static ClearLog ( ) : void
리턴 void

Log() 공개 정적인 메소드

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

프로퍼티 상세

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

public static string LogPath
리턴 string