Commit Graph

32 Commits (5cd24f30338c10539c6434a742ff0e8ad5e4ff91)

Author SHA1 Message Date
gabime 4456f96ae3 Fixed clang warnings 7 years ago
rajesh-p 769f11109d
Namespace fix for the issue 785
Added namespace fix
7 years ago
gabime 9e4925eff0 clang format 7 years ago
gabime c2a49080aa Refactored sink interface and base_sink 7 years ago
baishuai 41f708e438 fix bug in android_sink.h 7 years ago
gabime 9dc44c39e7 Fixed bugs in stdout_sinks and in msvc 7 years ago
gabime 0c19bdd772 pattern per sink and pattern caching 7 years ago
gabime a21594bec7 move underscores to the end of private members 7 years ago
gabime caa26a2a47 Normalized spdlog include paths 7 years ago
gabime c962c88342 Fixed linux port of v1.x 7 years ago
gabime e4d3eb64e6 Udpated example and spdlog.h 7 years ago
gabime 56e4a201ec formatting 8 years ago
gabime a2653d409f clang-format 8 years ago
Joao Moreno 357a63d914 fix spdlog namespace 8 years ago
Joao Moreno a938045135 use Sleep in Windows instead of sleep_for
fixes #609
8 years ago
daylanKifky 27e7412640 modified path on quoted #includes
Paths pointing to the root of the library where replaced for ones relatives to each file.

For example, inside /include/spdlog/details/file_helper.h:

This will look for os.h in /include/spdlog/details/spdlog/details/ which doesn't exists.

replaced with:
8 years ago
gabime 13fb2550c6 Fixed issue #449 8 years ago
gabime 1d6842f0f9 bugfix in color detection and astyle 8 years ago
Gabi Melman 52292fb526 Update android_sink.h 8 years ago
Gabi Melman 6927aa1544 Update android_sink.h 8 years ago
Alexander Zilberkant 2f205a6dbc android sink - add retry mechanism
- in some cases subsequent calls to __android_log_write() may result with -EAGAIN error code.
  in such cases spdlog will sleep and try again for number of times defined by
  SPDLOG_ANDROID_LOG_NUM_OF_RETRIES

- defeult SPDLOG_ANDROID_LOG_NUM_OF_RETRIES set to 2 - can be overridden at build time
8 years ago
Amir Cohen 45e3e7041d Android_logger apply its own formatting to every print by adding timestamps, severity, thread and process ids, thus the option flag in the ctor 8 years ago
gabime 5653e5c9d7 astyle 9 years ago
Hugh Wang bf02f57475 Fix Android sink.
1. Remove lock.
2. Improve error detection.
3. Remove unsupported log levels.
9 years ago
gabime 0d26359856 astyle 10 years ago
gabime 495ecaeaee astyle 10 years ago
Kevin M. Godby 077c3095eb Added missing standard header includes. 10 years ago
Kevin M. Godby 196689f720 Fixed header include problems. 10 years ago
gabime 8c38b4ee9e MIT license 10 years ago
gabime 0f76db880e astyle 10 years ago
Gabi Melman ccc66db7fc Update android_sink.h
Removed redundant check
10 years ago
Ruslan Baratov 8fdd4c3547 Add Android sink 10 years ago