csvzall 0.4.0
CSV command-line tool and emerging C++ library
Loading...
Searching...
No Matches
csvzall::postgres::LogCallbacks Struct Reference

#include <exporter.hpp>

Public Attributes

std::function< void(const std::string &)> error
 
std::function< void(const std::string &)> verbose
 
std::function< void(const std::string &)> info
 
std::function< void(const std::string &, std::uint64_t)> progress_start
 
std::function< void(std::uint64_t)> progress_update
 
std::function< void()> progress_finish
 

Member Data Documentation

◆ error

std::function<void(const std::string&)> csvzall::postgres::LogCallbacks::error

◆ info

std::function<void(const std::string&)> csvzall::postgres::LogCallbacks::info

◆ progress_finish

std::function<void()> csvzall::postgres::LogCallbacks::progress_finish

◆ progress_start

std::function<void(const std::string&, std::uint64_t)> csvzall::postgres::LogCallbacks::progress_start

◆ progress_update

std::function<void(std::uint64_t)> csvzall::postgres::LogCallbacks::progress_update

◆ verbose

std::function<void(const std::string&)> csvzall::postgres::LogCallbacks::verbose

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