C# Class SLWModLoader.LogFile

Show file Open project: Radfordhound/SLW-Mod-Loader

Public Properties

Property Type Description
LogPath string

Public Methods

Method Description
AddEmptyLine ( ) : void
AddMessage ( string message ) : void
Close ( ) : void
Initialize ( bool useTimeStampBool = true ) : void

Method Details

AddEmptyLine() public static method

public static AddEmptyLine ( ) : void
return void

AddMessage() public static method

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

Close() public static method

public static Close ( ) : void
return void

Initialize() public static method

public static Initialize ( bool useTimeStampBool = true ) : void
useTimeStampBool bool
return void

Property Details

LogPath public static property

public static string LogPath
return string