Commit Graph

14 Commits (ca2cd6f3e72434381418743f0a857feded3e6ab1)

Author SHA1 Message Date
Hai Feng Kao ca2cd6f3e7 fix Xcode compiler warning "no new line at the end of file" 4 years ago
Cristian Morales Vega 7cdd65075c "#include" <spdlog/.*> instead of "spdlog/.*"
The meaning of using quotes to #include is implementation defined, so it
may or not may be what we want. At least POSIX
(https://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html)
says: "headers whose names are enclosed in double-quotes ( "" ) shall be
searched for first in the directory of the file with the #include line",
so not what we want since "spdlog" ends up twice in the path.
6 years ago
gabime bcfa9241b8 Updated copyright headers 6 years ago
gabime eea9d6136f Moved default sync factory to seperate file to avoid cyclic includes 6 years ago
gabime 78eeba940a Fix issue #114 6 years ago
gabime 26a064ed2d wip static-lib 6 years ago
gabime 46ef71e3ec Normalized copyright message 6 years ago
Mark Niebur 6e2dadc63a Add method to filesinks to return filename 7 years ago
gabime 23fdc0eae4 Fixed issue #959 7 years ago
gabime b368d18b0f Added default logger API 7 years ago
gabime 65defd3806 Replaced SPDLOG_FINAL macro with final 7 years ago
gabime c2a49080aa Refactored sink interface and base_sink 7 years ago
gabime 39c6eb752a Code formatting 7 years ago
gabime cd4dcbab36 Renamed simple_file_sink -> basic_file_sink 7 years ago