Joern Barthel
088ac1380d
Expose all levels (for hooks).
2016-02-22 10:46:52 +01:00
Gert-Jan Timmer
6815eb0dbd
Added Build Rule
...
Add build rule, to only build on Linux platform, reason for adding this: This allows the usage of the logrus package within a Windows based project. Current logrus project fails to import due to the fact the syslog is missing on Windows.
2015-10-27 10:18:45 +01:00
devopstaku
4805f72c39
Add description about how to connect to local syslog with syslog hook
2015-09-09 21:55:50 +08:00
Roman Konz
5e322e5cfe
Update README.md - changed conflicting imports
2014-12-05 11:00:48 +01:00
Vincent Bernat
c0b1ea991b
syslog: let syslog output lookup level directly in Entry struct
...
Log level has moved from `entry.Data["level"]` to `entry.Level`. Use
that to get the right level.
Fix : #82
2014-11-23 18:02:34 +01:00
Didip Kerabat
2a6183b106
Updated to use new style of log level.
2014-07-27 22:43:21 -07:00
Didip Kerabat
426748f339
Merge branch 'master' of github.com:didip/logrus
2014-07-27 22:05:06 -07:00
Didip Kerabat
491a120617
Call entry.String() directly.
2014-07-27 22:04:55 -07:00
Didip Kerabat
ffc6dc63ef
go fmt
2014-07-27 22:01:56 -07:00
Didip Kerabat
24b6c463ab
Update frontpage README
2014-07-18 15:47:34 -07:00
Didip Kerabat
58cc2b3fec
Added README
2014-07-18 15:45:49 -07:00
Didip Kerabat
5c909080d7
SyslogHook
2014-07-18 00:28:40 -07:00