struct file::file_settings

Declaration

struct file::file_settings { /* full declaration omitted */ };

Description

settings for when constructing a file class. To see how it's used, see @ref

Declared at: libs/pika/logging/include/pika/logging/format/destinations.hpp:120

Member Variables

public bool flush_each_time
if true (default), flushes after each write
public bool initial_overwrite
public bool do_append
public std::ios_base::openmode extra_flags
just in case you have some extra flags to pass, when opening the file

Method Overview

Methods

file_settings()

Declared at: libs/pika/logging/include/pika/logging/format/destinations.hpp:122