C# Class Terraria.ModLoader.ErrorLogger

Mostrar archivo Open project: JavidPack/TerraCustom Class Usage Examples

Public Properties

Property Type Description
LogPath string

Public Methods

Method Description
ClearLog ( ) : void
Log ( string message ) : void

Private Methods

Method Description
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

Method Details

ClearLog() public static method

public static ClearLog ( ) : void
return void

Log() public static method

public static Log ( string message ) : void
message string
return void

Property Details

LogPath public_oe static_oe property

public static string LogPath
return string