github.com/chasestarr/deis@v1.13.5-0.20170519182049-1d9e59fbdbfc/logger/drain/drain.go (about) 1 package drain 2 3 // LogDrain is an interface for pluggable components that ship logs to a remote destination. 4 type LogDrain interface { 5 Send(string) error 6 }