Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Jan 23, 2024
1 parent 70cb756 commit cc25410
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions nano/lib/logging.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,19 +142,6 @@ class logger final
}

public:
template <class T>
struct arg
{
std::string_view name;
T const & value;

arg (std::string_view name_a, T const & value_a) :
name{ name_a },
value{ value_a }
{
}
};

template <typename... Args>
void trace (nano::log::type type, nano::log::detail detail, Args &&... args)
{
Expand Down

0 comments on commit cc25410

Please sign in to comment.