Commit 58975841 authored by Gabi Melman's avatar Gabi Melman

Update README.md

parent c7432b8e
......@@ -71,7 +71,8 @@ int main(int, char* [])
file_logger->info("{} * {} equals {}, i, j, i*j );
console->info("Easy padding in numbers like {:08d}", 12);
console->info("int: {0:d}; hex: {0:x}; oct: {0:o}; bin: {0:b}", 42);
console->info("Support for int: {0:d}; hex: {0:x}; oct: {0:o}; bin: {0:b}", 42);
console->infor("Supprot for floats {:03.2f}", 1.23456);
console->info("Positional args are {1} {0}..", "too", "supported):
console->info("{:<30}", "left aligned");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment