BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
fc::file_appender::impl Class Reference

Public Member Functions

 impl (const config &c)
 
 ~impl ()
 
void rotate_files (bool initializing=false)
 
void delete_files ()
 

Public Attributes

config cfg
 
ofstream out
 
boost::mutex slock
 

Detailed Description

Definition at line 16 of file file_appender.cpp.

Constructor & Destructor Documentation

◆ impl()

fc::file_appender::impl::impl ( const config c)
inline

Definition at line 30 of file file_appender.cpp.

◆ ~impl()

fc::file_appender::impl::~impl ( )
inline

Definition at line 53 of file file_appender.cpp.

Member Function Documentation

◆ delete_files()

void fc::file_appender::impl::delete_files ( )
inline

Definition at line 100 of file file_appender.cpp.

◆ rotate_files()

void fc::file_appender::impl::rotate_files ( bool  initializing = false)
inline

Definition at line 64 of file file_appender.cpp.

Member Data Documentation

◆ cfg

config fc::file_appender::impl::cfg

Definition at line 19 of file file_appender.cpp.

◆ out

ofstream fc::file_appender::impl::out

Definition at line 20 of file file_appender.cpp.

◆ slock

boost::mutex fc::file_appender::impl::slock

Definition at line 21 of file file_appender.cpp.


The documentation for this class was generated from the following file: