C# Class iRacingSDK.Support.TraceError

ファイルを表示 Open project: vipoo/iRacingSDK.Net

Public Methods

Method Description
Write ( string value ) : void
WriteIf ( bool condition, string value ) : void
WriteLine ( string value ) : void
WriteLineIf ( bool condition, string value ) : void

Method Details

Write() public static method

public static Write ( string value ) : void
value string
return void

WriteIf() public static method

public static WriteIf ( bool condition, string value ) : void
condition bool
value string
return void

WriteLine() public static method

public static WriteLine ( string value ) : void
value string
return void

WriteLineIf() public static method

public static WriteLineIf ( bool condition, string value ) : void
condition bool
value string
return void