Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static class: RT.PropellerApi.PropellerUtil

Summary

Contains helper methods relating to Propeller.

Static methods

LoggerBase
GetLogger(bool console, string file, string logVerbosity)
Returns a logger in accordance with the specified settings. (see also remarks)
PropellerSettings
LoadSettings(string settingsPath, LoggerBase log, bool firstRunEver)
Loads Propeller settings from the appropriate location. Using this method ensures that settings are loaded in exactly the same way and from the same place as the Propeller engine would load them.
void
LogException(LoggerBase log, Exception e)
Logs an exception.
void
RunStandalone(string settingsPath, IPropellerModule module, bool propagateExceptions = false)
Executes a Propeller module in standalone mode (as opposed to being hosted by the Propeller engine).