Commit Graph

286 Commits (f5dc16603ee97b77f9945e29b4f4864afdde2652)

Author SHA1 Message Date
gabime bde4c7149f Renamed traits to console globals
7 years ago
gabime 39c6eb752a Code formatting
7 years ago
gabime a9a7309001 fixed dist_sink.h
7 years ago
gabime cd4dcbab36 Renamed simple_file_sink -> basic_file_sink
7 years ago
gabime bd759bfca7 removed force_flush from simple logger
7 years ago
gabime e66ee8b710 fix gcc and clang warnings
7 years ago
gabime 87e013534c wincolor sink fix
7 years ago
gabime 46cf0f86b8 Added set_pattern() to sink class
7 years ago
gabime e574f57511 Fixed stdout_color_sinks.h namespace
7 years ago
gabime 0c19bdd772 pattern per sink and pattern caching
7 years ago
gabime cdbf2e361b Upgrade to fmt 5.x
7 years ago
gabime 15f3b0fea5 format
7 years ago
gabime a21594bec7 move underscores to the end of private members
7 years ago
Gabi Melman b3543452c2
Update simple_file_sink.h
7 years ago
Gabi Melman e8a726df03
Update stdout_color_sinks.h
7 years ago
gabime f886ae0005 Removed unneeded include
8 years ago
gabime 7db5b56dd7 Removed unneeded include
8 years ago
gabime 3c7103d90d Format
8 years ago
gabime caa26a2a47 Normalized spdlog include paths
8 years ago
gabime d389bda2cc moved file sinks sinks folder
8 years ago
gabime 60f8a68ae0 Splitted file sinks to seperate headers
8 years ago
gabime 4bee0ec294 Fixed stderr_logger typedef
8 years ago
gabime b393c9d6e6 Fixed console traits
8 years ago
gabime e4f0d6446b Small template rename
8 years ago
gabime 9b5c5b4f3d Small template rename
8 years ago
gabime 110bdd93c8 Fixed stdout_sinks
8 years ago
gabime c962c88342 Fixed linux port of v1.x
8 years ago
gabime e4d3eb64e6 Udpated example and spdlog.h
8 years ago
gabime ba7c4c0530 stdout and color logger factories
8 years ago
gabime b9fac2b179 added missing header
8 years ago
gabime 11e068d7a3 Added missing #include
8 years ago
gabime 924ef84241 Refactred spdlog.h and console sinks. Added global lock for all console sinks (traits)
8 years ago
gabime 9bffa921ae global mutex stdout stderr sinks
8 years ago
gabime 6f4cd8d397 thread_pool and refactoring async
8 years ago
gabime 1dea46e1ab code formatting
8 years ago
gabime d040ab93ea wincolor color formatting support
8 years ago
gabime c8610d9a86 support for color formatting
8 years ago
gabime 200815892f Fix clang-tidy warnings about missing braces around if and for statements
8 years ago
gabime 56e4a201ec formatting
8 years ago
gabime 4445f6f869 formatting
8 years ago
gabime 5afb5dc782 Changed clang formatting for templates
8 years ago
gabime a2653d409f clang-format
8 years ago
Thiago Bastos d044369e3b Fix implicit conversion warnings (-Wsign-conversion)
8 years ago
Daniel Chabrowski de642b6263 astyle applied
8 years ago
Daniel Chabrowski 35a843f8b6 modernize-return-braced-init-list
8 years ago
Daniel Chabrowski 0c94ce0039 deleted copy op and a little format
8 years ago
Daniel Chabrowski af50d5ef1f readability-inconsistent-declaration-parameter-name
8 years ago
Daniel Chabrowski 9ce66f2c9a modernize-pass-by-value
8 years ago
Daniel Chabrowski ad624432d8 google-explicit-constructor
8 years ago
Daniel Chabrowski 1e1ca23101 modernize-use-equals-default
8 years ago
Daniel Chabrowski 7aed498540 modernize-use-default-member-init
8 years ago
Daniel Chabrowski d5a3bb5234 readability-else-after-return
8 years ago
Daniel Chabrowski 9ebb9ff318 readability-implicit-bool-cast
8 years ago
Daniel Chabrowski fb6df0512f modernize-use-override
8 years ago
Daniel Chabrowski 7f4c1bb77c modernize-use-using
8 years ago
Colin Duquesnoy 11ee6834f6
Fix compilation error with GCC 8
8 years ago
Benjamin Schindler 05b2aabe0e Make set_color public in wincolor_sink to retain configurability
8 years ago
gabime 5ab033fba5 Fix issue #629
8 years ago
gabime f8aec1bdf1 Merge branch 'master' of https://github.com/gabime/spdlog.git
8 years ago
gabime 51a83da578 Repplaced map with unordered_map for level->colos mapping
8 years ago
Josh Junon cae749fc9b clear line after writing log message contents
8 years ago
Josh Junon 58e68725ae rename grey to black
8 years ago
Josh Junon a59f74e8a2 remove needless zeros in reset code
8 years ago
Joao Moreno 357a63d914 fix spdlog namespace
8 years ago
Joao Moreno a938045135 use Sleep in Windows instead of sleep_for
8 years ago
Stefan Broekman de4644b44a Issue fix for spdlog #595. Conversion warning.
8 years ago
gabime 26b390bb19 removed lock from dist_sink::_flush() (moved to base_sink::flush())
8 years ago
gabime a9149c6d46 added lock on flush in base_sink
8 years ago
gabime f5939f9e56 astyle
8 years ago
gabime 3c4a2bf531 Handle file extensions in rotating and daily loggers
8 years ago
Gabi Melman 587b528292
Merge pull request #556 from jpcima/syslog-build
8 years ago
JP Cimalando ecec210d0e accept msvc_sink on all compilers, add name windebug_sink (fixes #554)
8 years ago
JP Cimalando 76d2620dad correct include path for sink/syslog_sink.h
8 years ago
daylanKifky 10772eadae fix wincolor_sink's common.h include
8 years ago
daylanKifky 27e7412640 modified path on quoted #includes
8 years ago
Gabriel Vaduva 3173422786 Background color unchanged
8 years ago
gabime 4371092309 fixed gcc shadow warnings
8 years ago
Alexei Pastuchov 8fd16fc45e code formatting (astyle and dos2unix)
8 years ago
Cyres 765095db66 Add set_color to ansicolor_sink
8 years ago
Remigiusz Kołłątaj fab55c8a14 Fix for MinGW error: 'There are no arguments that depend on a template parameter'
8 years ago
gabime 13fb2550c6 Fixed issue #449
9 years ago
Tennn f8d509d010 Fixed issues 449
9 years ago
gabime 42a56f6669 fixed "final" keyword error
9 years ago
gabime d56fa23eb9 fixed compilation errors
9 years ago
gabime 095cb1f560 Added _flush() to base_sink
9 years ago
Gabi Melman e215758b42 Update ansicolor_sink.h
9 years ago
Gabi Melman 87f5a60b90 Update ansicolor_sink.h
9 years ago
gabime 7da3e47ddc fixed color comment
9 years ago
gabime 1f9f9c09a2 fixed flush
9 years ago
gabime 8c240faa7d changed info color to regular insted of bold
9 years ago
gabime 7bbab6889d use data() istead of c_str() in ansicolor_sink
9 years ago
gabime 6cc7e7382e astyle
9 years ago
gabime 7f84daffd5 fixed compilation
9 years ago
gabime 98addad888 Disable colors if terminal no attached and simplfy ansicolor_sink
9 years ago
gabime 1d6842f0f9 bugfix in color detection and astyle
9 years ago
gabime bd25f59a42 Don't use color escape codes if terminal doesn't support them in ansicolor_sink
9 years ago
Gabi Melman 52292fb526 Update android_sink.h
9 years ago
Gabi Melman 6927aa1544 Update android_sink.h
9 years ago
Alexander Zilberkant 2f205a6dbc android sink - add retry mechanism
9 years ago
Jean-Michaël Celerier 53138c20fb Add an optional final qualifier to types
9 years ago