mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 01:51:38 +08:00
small cleanup
This commit is contained in:
parent
4207c40786
commit
0948a1257d
@ -15,9 +15,7 @@ using namespace c11log;
|
|||||||
using namespace utils;
|
using namespace utils;
|
||||||
|
|
||||||
int main(int argc, char* argv[])
|
int main(int argc, char* argv[])
|
||||||
{
|
{
|
||||||
details::stack_buf<12> a;
|
|
||||||
|
|
||||||
const unsigned int howmany = argc <= 1 ? 1000000:atoi(argv[1]);
|
const unsigned int howmany = argc <= 1 ? 1000000:atoi(argv[1]);
|
||||||
|
|
||||||
logger cout_logger ("example", sinks::stdout_sink());
|
logger cout_logger ("example", sinks::stdout_sink());
|
||||||
|
Loading…
Reference in New Issue
Block a user