RStudio Launcher Plugin SDK
1.1.3
A software development kit for creating plugins that work the the RStudio Launcher.
|
A struct encapsulating various params to pass when refreshing log destinations. This carries data that some loggers may be interested in consuming to determine how the refresh should be carried out. See the FileLogDestination for a concrete example of this. More...
#include <Logger.hpp>
Public Attributes | |
Optional< launcher_plugins::system::User > | newUser |
An optional user to become the new owner of any open file logs. Used when changing process running user to ensure logs can still be written to. | |
bool | chownLogDir |
A struct encapsulating various params to pass when refreshing log destinations. This carries data that some loggers may be interested in consuming to determine how the refresh should be carried out. See the FileLogDestination for a concrete example of this.