improved logging output

This commit is contained in:
georgemoralis 2024-03-11 08:41:34 +02:00
parent e9754a2684
commit ab40a582df

View file

@ -46,7 +46,7 @@ void SymbolsResolver::DebugDump(const std::filesystem::path& file_name) {
} else {
nidName = "UNK";
}
f.WriteString(fmt::format("{} {} {} {} {} {} {} {} {}\n", symbol.virtual_address, ids.at(0),
f.WriteString(fmt::format("{:<20} {:<16} {:<60} {:<30} {:<2} {:<30} {:<2} {:<2} {:<10}\n", symbol.virtual_address, ids.at(0),
nidName, ids.at(1), ids.at(2), ids.at(3), ids.at(4), ids.at(5),
ids.at(6)));
}