class ngraph::Logger¶
#include <log.hpp>
class Logger
{
public:
// methods
static void set_log_path(const std::string& path);
static void start();
static void stop();
};
#include <log.hpp>
class Logger
{
public:
// methods
static void set_log_path(const std::string& path);
static void start();
static void stop();
};