C# Class XCom.LogFile

Mostrar archivo Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Properties

Property Type Description
DefaultFile string

Public Methods

Method Description
Close ( ) : void
Init ( string filename ) : LogFile
Write ( string text ) : void
WriteLine ( string text ) : void

Private Methods

Method Description
LogFile ( string filename ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Init() public static method

public static Init ( string filename ) : LogFile
filename string
return LogFile

Write() public method

public Write ( string text ) : void
text string
return void

WriteLine() public method

public WriteLine ( string text ) : void
text string
return void

Property Details

DefaultFile public_oe static_oe property

public static string DefaultFile
return string