gabime
|
b0a687c148
|
astyle
|
2014-12-02 02:27:11 +02:00 |
|
gabime
|
4462a3c4e3
|
disabled formatcpp Wshadow warnings..
|
2014-12-02 02:26:25 +02:00 |
|
gabime
|
5186aca671
|
disabled formatcpp Wshadow warnings..
|
2014-12-02 02:24:30 +02:00 |
|
gabime
|
ed17c9a4a9
|
fixed async_sink to use move instead of unique_ptr
|
2014-12-02 02:17:39 +02:00 |
|
gabime
|
0db417f9af
|
merged drop() from master
|
2014-12-02 02:16:56 +02:00 |
|
gabime
|
7a9781a94c
|
throw spdlog_err on format errors
|
2014-12-02 02:16:09 +02:00 |
|
gabime
|
f41d989bf0
|
fix in move log_msg
|
2014-12-02 02:15:42 +02:00 |
|
gabime
|
2278e9230f
|
some fixes for gcc
|
2014-12-02 00:18:44 +02:00 |
|
gabi
|
26cf0b38dd
|
support for API of the form logger.info() << ..
|
2014-12-02 00:14:38 +02:00 |
|
gabi
|
58970bf1ea
|
Rethrow cppformat exceptions as spdlog_ex with description of the bad format string
|
2014-12-01 22:25:31 +02:00 |
|
gabi
|
a9dc2a9705
|
typo
|
2014-12-01 22:02:21 +02:00 |
|
gabi
|
b0926326bb
|
pattern_formatter_impl.h update
|
2014-12-01 20:17:47 +02:00 |
|
gabi
|
c5afdbddcf
|
Use fmt::pad for faster formatting of the default format pattern
|
2014-12-01 18:25:42 +02:00 |
|
Gabi Melman
|
54bc55a3d9
|
Merge pull request #15 from xaqq/master
Add a drop() method to remove logger from the registry
|
2014-12-01 17:07:04 +02:00 |
|
xaqq
|
b5a5edacbe
|
Add a drop() method to remove logger from the registry
This commits allows the user to drop the registry reference to a
logger, allowing deletion of logger at any time.
|
2014-12-01 15:51:57 +01:00 |
|
gabi
|
45628c8ec3
|
logger main interface now is in the form logger.info(fmt, args)
|
2014-12-01 00:59:25 +02:00 |
|
gabime
|
eaa61ed448
|
type
|
2014-11-29 20:03:12 +02:00 |
|
gabime
|
73b31e4d10
|
astyle
|
2014-11-29 20:02:14 +02:00 |
|
gabime
|
2485dae1cc
|
example fix
|
2014-11-29 20:01:45 +02:00 |
|
gabime
|
8d25324444
|
continue with cppformatter integration
|
2014-11-29 20:01:01 +02:00 |
|
gabime
|
0629c51910
|
Makefile - removed WShadow warning
|
2014-11-29 19:58:32 +02:00 |
|
gabime
|
77d9eaa59f
|
fixes in pattern formatter
|
2014-11-29 19:33:54 +02:00 |
|
gabi
|
068a7cfac6
|
Start of work on lockfreee async queue
|
2014-11-29 17:11:25 +02:00 |
|
gabi
|
2c0acf66f9
|
use cppformat in sinks
|
2014-11-29 17:10:17 +02:00 |
|
gabi
|
8974d2ded9
|
Using cppformat for all formatting needs instead of fast_oss
|
2014-11-29 12:25:37 +02:00 |
|
gabi
|
5d399e61d6
|
Added cppformat files
|
2014-11-29 09:49:23 +02:00 |
|
gabime
|
4e86da1bdb
|
typo
|
2014-11-25 00:27:28 +02:00 |
|
gabime
|
1b66b819eb
|
Merge branch 'master' of https://github.com/gabime/spdlog
|
2014-11-25 00:24:19 +02:00 |
|
gabime
|
68ee9a7ada
|
replaced flush_interval with auto_flush boolean
|
2014-11-25 00:23:55 +02:00 |
|
Gabi Melman
|
7a554b4bce
|
Update run_all.sh
|
2014-11-24 23:41:19 +02:00 |
|
Gabi Melman
|
dcef1ed6e6
|
Update README.md
|
2014-11-24 23:40:01 +02:00 |
|
gabime
|
c948f15822
|
updated benchmarks
|
2014-11-24 23:38:58 +02:00 |
|
gabime
|
def6fc62f4
|
updated benchmarks
|
2014-11-24 23:31:02 +02:00 |
|
Gabi Melman
|
54b868122d
|
Update async_sink.h
|
2014-11-24 15:08:53 +02:00 |
|
Gabi Melman
|
94d2556db6
|
Update last exception moving from worker thread to user thread in async mode
|
2014-11-24 15:02:43 +02:00 |
|
Gabi Melman
|
87c0770c42
|
Update os.h
Provide shared read access to log files under windows
|
2014-11-24 14:18:29 +02:00 |
|
gabime
|
137e354108
|
bench makefile
|
2014-11-24 03:50:40 +02:00 |
|
Gabi Melman
|
382562f88d
|
Update g2log-bench-mt.cpp
|
2014-11-24 02:59:32 +02:00 |
|
Gabi Melman
|
dcf1d91d39
|
Update README.md
|
2014-11-24 02:58:46 +02:00 |
|
gabime
|
7a62e93356
|
Merge branch 'master' of https://github.com/gabime/spdlog
|
2014-11-24 02:52:38 +02:00 |
|
gabime
|
733fff6dd4
|
small fix in comment
|
2014-11-24 02:52:23 +02:00 |
|
Gabi Melman
|
79bb9e9a14
|
Update README.md
|
2014-11-24 02:48:19 +02:00 |
|
gabime
|
135d0e221c
|
g2log benchmarks
|
2014-11-24 02:44:45 +02:00 |
|
gabime
|
0926a6e2c3
|
Added async to benchmarks
|
2014-11-24 02:15:17 +02:00 |
|
gabime
|
c56fae39e8
|
bench small change
|
2014-11-24 01:54:49 +02:00 |
|
gabime
|
7f0434528b
|
astyle
|
2014-11-24 01:39:51 +02:00 |
|
gabime
|
6cda714e4a
|
fixed gcc pedantic warnings
|
2014-11-24 01:38:29 +02:00 |
|
gabi
|
4cb6aa90b2
|
New async_logger class and API
|
2014-11-24 01:29:09 +02:00 |
|
gabi
|
e88a46691a
|
blocking queue to notify one and not all
|
2014-11-23 20:09:13 +02:00 |
|
Gabi Melman
|
be9dd21fbf
|
Update README.md
|
2014-11-23 02:10:10 +02:00 |
|