struct file_impl

Declaration

struct file_impl : public file { /* full declaration omitted */ };

Description

Writes the string to a file

Declared at: libs/pika/logging/src/format/destination/file.cpp:43

Inherits from: file

Member Variables

Inherited from file:

protected name
protected settings

Method Overview

  • public void configure(const std::string & str)
  • public file_impl(const std::string & file_name, pika::util::logging::destination::file::file_settings set)

Inherited from file:

Inherited from manipulator:

Methods

void configure(const std::string& str)

Description

configure through script right now, you can only specify the file name

Declared at: libs/pika/logging/src/format/destination/file.cpp:65

Parameters

const std::string& str

file_impl(const std::string& file_name,
          pika::util::logging::destination::file::
              file_settings set)

Declared at: libs/pika/logging/src/format/destination/file.cpp:47

Parameters

const std::string& file_name
pika::util::logging::destination::file:: file_settings set