Skip to content

Add logging functionality #3

Description

@AlexeySachkov

Logging should respect --verbosity command line argument.

enum log_level {
  ERROR,
  INFO,
  DEBUG
};

void log_debug(const std::string&);
void log_info(const std::string&);
void log_error(const std::string&);

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions