OptionalSettings.use_insert_appender

If true, any loggers which are configured to output to the console (see ocean.util.log.Config) will use the InsertConsole appender, rather than the AppendConsole appender. This is required by apps which use ocean.io.console.AppStatus.

struct OptionalSettings
bool use_insert_appender;

Meta