mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Small changes
This commit is contained in:
@@ -87,12 +87,10 @@ private:
|
||||
}
|
||||
|
||||
|
||||
// Rotate old files:
|
||||
// Rotate files:
|
||||
// log.txt -> log.1.txt
|
||||
// log.n-1.txt -> log.n.txt
|
||||
// log.n-2.txt -> log.n-1.txt
|
||||
// log.n-3.txt ->..
|
||||
// log.n.txt -> log.txt
|
||||
// ..
|
||||
// log.n.txt -> log.n+1.txt
|
||||
|
||||
|
||||
void _rotate()
|
||||
|
Reference in New Issue
Block a user