Give log channels fancier names
Improve LOG_CHANNEL macro to accept custom name.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
|
||||
LOG_CHANNEL(tar_log);
|
||||
LOG_CHANNEL(tar_log, "TAR");
|
||||
|
||||
tar_object::tar_object(const fs::file& file, size_t offset)
|
||||
: m_file(file)
|
||||
|
||||
Reference in New Issue
Block a user