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.
Log level has moved from `entry.Data["level"]` to `entry.Level`. Use that to get the right level. Fix: #82