C# Class FRBDKUpdater.Logger

Show file Open project: vchelaru/FlatRedBall

Public Methods

Method Description
Flush ( string userAppPath, bool showOutputAfterFinished ) : void
GetLogSaveFolder ( string appDataPath ) : string
Log ( string message ) : void
LogAndShowImmediately ( string userAppPath, string message ) : void

Method Details

Flush() public static method

public static Flush ( string userAppPath, bool showOutputAfterFinished ) : void
userAppPath string
showOutputAfterFinished bool
return void

GetLogSaveFolder() public static method

public static GetLogSaveFolder ( string appDataPath ) : string
appDataPath string
return string

Log() public static method

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

LogAndShowImmediately() public static method

public static LogAndShowImmediately ( string userAppPath, string message ) : void
userAppPath string
message string
return void