Imports of package syslog

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/docker/daemon/loggerPackage logger defines interfaces that logger drivers implement to log messages.
log/syslogPackage syslog provides a simple interface to the system log service.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.