Charles Iliya Krempeaux
|
da98f62438
|
logger
|
2021-02-04 18:54:00 -08:00 |
Charles Iliya Krempeaux
|
aa91e4c6a1
|
logger
|
2021-02-04 18:51:05 -08:00 |
Charles Iliya Krempeaux
|
36a701420c
|
logger
|
2021-02-04 18:25:22 -08:00 |
Charles Iliya Krempeaux
|
e690f00e18
|
logger
|
2021-02-04 17:19:59 -08:00 |
Charles Iliya Krempeaux
|
c0015e89c0
|
calltrace
|
2019-07-11 21:27:37 -07:00 |
Charles Iliya Krempeaux
|
ac46db3f16
|
cosmetic change
|
2019-07-11 20:13:04 -07:00 |
Charles Iliya Krempeaux
|
1b31a83f95
|
cosmetic change
|
2019-07-11 20:11:43 -07:00 |
Charles Iliya Krempeaux
|
40005f83f6
|
renamed files
|
2019-07-11 20:09:05 -07:00 |
Charles Iliya Krempeaux
|
5996141025
|
"go test" in complaining. it was not before. made it happy.
|
2019-07-11 13:44:37 -07:00 |
Charles Iliya Krempeaux
|
5e021d190a
|
corrected docs
|
2018-12-18 17:52:34 -08:00 |
Charles Iliya Krempeaux
|
373d0ef772
|
removed TODO
|
2016-09-23 15:26:05 -07:00 |
Charles Iliya Krempeaux
|
7aee85f3ba
|
logs need to be on their own line
|
2016-09-23 15:24:45 -07:00 |
Charles Iliya Krempeaux
|
b9ea23e4b2
|
added another test. tweaked a previous test. minor tweak.
|
2016-09-22 08:03:02 -07:00 |
Charles Iliya Krempeaux
|
4024ee0241
|
made it use dotquote.AppendMap(). added more tests.
|
2016-09-22 07:51:43 -07:00 |
Charles Iliya Krempeaux
|
444461dffa
|
support prefix for default router
|
2016-09-21 16:30:35 -07:00 |
Charles Iliya Krempeaux
|
0c315d3937
|
added flog.DefaultWritingRouter
|
2016-09-21 12:59:05 -07:00 |
Charles Iliya Krempeaux
|
01305ab350
|
more robustness
|
2016-09-20 11:45:42 -07:00 |
Charles Iliya Krempeaux
|
8e0dd2cb15
|
more robustness
|
2016-09-20 11:27:20 -07:00 |
Charles Iliya Krempeaux
|
17e580cdca
|
more robustness
|
2016-09-20 11:15:32 -07:00 |
Charles Iliya Krempeaux
|
55ae1a2fe6
|
made it so that the Route() methods, of the various routers, will return an error if the receiver is nil. (except for the discard router.)
|
2016-09-20 11:10:43 -07:00 |
Charles Iliya Krempeaux
|
4afa358cf7
|
made it so that the Route() methods, of the various routers, will return an error if the receiver is nil. (except for the discard router.)
|
2016-09-20 11:03:35 -07:00 |
Charles Iliya Krempeaux
|
34b5f0d3fe
|
update docs
|
2016-09-19 17:40:13 -07:00 |
Charles Iliya Krempeaux
|
2e14e0b46d
|
madeit so that for flog.Error(), flog.Errorf(), flog.Errorln() that anything that fits an error that is passed at a parameter gets collected into the "~errors" key in the context. the thing under the "~errors" key is a []error.
|
2016-07-27 14:51:04 -07:00 |
Charles Iliya Krempeaux
|
1a63335498
|
tweaked what pretty printer does.
|
2015-10-15 17:59:07 -07:00 |
Charles Iliya Krempeaux
|
faa62bdadd
|
tweaked some of the logging relating to pretty printing logs.
|
2015-10-15 15:28:20 -07:00 |
Charles Iliya Krempeaux
|
72fb8eda60
|
made it so err.String() gets into the log too.
|
2015-10-15 15:02:23 -07:00 |
Charles Iliya Krempeaux
|
239ff85307
|
created new methods as part of the flogger interface. Debug]
|
2015-10-13 19:16:33 -07:00 |
Charles Iliya Krempeaux
|
4bb10531bb
|
created a non-blocking router
|
2015-10-10 22:34:12 -07:00 |
Charles Iliya Krempeaux
|
63bc3f98b9
|
tweaked docs
|
2015-10-10 22:24:51 -07:00 |
Charles Iliya Krempeaux
|
dc2ac1bcf4
|
created mapping router
|
2015-10-10 22:21:58 -07:00 |
Charles Iliya Krempeaux
|
55a0c662c6
|
updated docs
|
2015-10-10 21:05:53 -07:00 |
Charles Iliya Krempeaux
|
edbb25ab53
|
updated docs
|
2015-10-10 21:04:16 -07:00 |
Charles Iliya Krempeaux
|
a8faa56e1d
|
added to docs
|
2015-10-10 17:43:57 -07:00 |
Charles Iliya Krempeaux
|
740934880d
|
corrected typo
|
2015-10-10 17:41:01 -07:00 |
Charles Iliya Krempeaux
|
d738a10509
|
added to docs
|
2015-10-10 17:39:06 -07:00 |
Charles Iliya Krempeaux
|
5b4df795d1
|
added to docs
|
2015-10-10 17:28:51 -07:00 |
Charles Iliya Krempeaux
|
3c7d9e0d6d
|
added to docs
|
2015-10-10 17:18:09 -07:00 |
Charles Iliya Krempeaux
|
594f1ead6b
|
made it so the context is written out in alphabetical order.
|
2015-10-10 17:08:49 -07:00 |
Charles Iliya Krempeaux
|
6aefee528e
|
added to docs
|
2015-10-10 16:46:41 -07:00 |
Charles Iliya Krempeaux
|
e2f685776b
|
renamed WritingRouter to PrettyWritingRouter.
|
2015-10-10 16:41:58 -07:00 |
Charles Iliya Krempeaux
|
dcaa8591f1
|
renamed file
|
2015-10-10 16:40:44 -07:00 |
Charles Iliya Krempeaux
|
18514b6e89
|
making WritingRouter output prettier.
|
2015-10-10 16:39:33 -07:00 |
Charles Iliya Krempeaux
|
cab767a0c9
|
created FanoutRouter
|
2015-10-10 14:45:21 -07:00 |
Charles Iliya Krempeaux
|
5c15d262cf
|
renamed DiscardRouter to DiscardingRouter.
|
2015-10-10 14:21:25 -07:00 |
Charles Iliya Krempeaux
|
d8c0295605
|
renamed files
|
2015-10-10 14:17:12 -07:00 |
Charles Iliya Krempeaux
|
a7db62302f
|
renamed FilteredRouter to FilteringRouter
|
2015-10-10 14:13:34 -07:00 |
Charles Iliya Krempeaux
|
9745ffaaec
|
file rename
|
2015-10-10 14:11:40 -07:00 |
Charles Iliya Krempeaux
|
31952e7ae1
|
improved test
|
2015-10-10 14:01:12 -07:00 |
Charles Iliya Krempeaux
|
fc02e09eb5
|
added to docs
|
2015-10-10 13:39:59 -07:00 |
Charles Iliya Krempeaux
|
cb7d7586b8
|
added to docs
|
2015-10-10 13:35:41 -07:00 |