Skip to content

Commit 4e5c900

Browse files
committed
Rename src/logger* to src/simple_logger*
1 parent 2768e18 commit 4e5c900

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ Looking for a simple logger for your C++ project? `SimpleLogger` might be for yo
1414

1515
# Installation
1616

17-
Just add `src/logger.hpp` and `src/logger.cpp` to your project and start using it!
17+
Just add `src/simple_logger.hpp` and `src/simple_logger.cpp` to your project and start using it!
1818

1919
# Examples
2020

21+
Note: instead of `Logger` class you can simply use `L`.
22+
2123
## Log to console
2224

2325
```

src/logger.cpp renamed to src/simple_logger.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#define _CRT_SECURE_NO_WARNINGS
2626

27-
#include "logger.hpp"
27+
#include "simple_logger.hpp"
2828

2929
#include <ctime>
3030
#include <fstream>
File renamed without changes.

0 commit comments

Comments
 (0)