C# Class TEditXna.ErrorLogging

显示文件 Open project: TEdit/Terraria-Map-Editor Class Usage Examples

Public Properties

Property Type Description
LogFilePath string

Public Methods

Method Description
Initialize ( ) : void
Log ( string message ) : void
LogException ( object ex ) : void
ViewLog ( ) : void

Method Details

Initialize() public static method

public static Initialize ( ) : void
return void

Log() public static method

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

LogException() public static method

public static LogException ( object ex ) : void
ex object
return void

ViewLog() public static method

public static ViewLog ( ) : void
return void

Property Details

LogFilePath public_oe static_oe property

public static string LogFilePath
return string