github.com/endophage/docker@v1.4.2-0.20161027011718-242853499895/daemon/logdrivers_windows.go (about) 1 package daemon 2 3 import ( 4 // Importing packages here only to make sure their init gets called and 5 // therefore they register themselves to the logdriver factory. 6 _ "github.com/docker/docker/daemon/logger/awslogs" 7 _ "github.com/docker/docker/daemon/logger/etwlogs" 8 _ "github.com/docker/docker/daemon/logger/jsonfilelog" 9 _ "github.com/docker/docker/daemon/logger/logentries" 10 _ "github.com/docker/docker/daemon/logger/splunk" 11 _ "github.com/docker/docker/daemon/logger/syslog" 12 )