Ocean/Log/DeviceDatabase/ActivateLoggingDevice.go

11 lines
205 B
Go
Raw Permalink Normal View History

package DeviceDatabase
import (
"github.com/SommerEngineering/Ocean/Log"
)
2015-06-17 15:44:52 +00:00
// Function with the setup of the logging device.
func ActivateLoggingDevice() {
Log.AddLoggingDevice(Database{})
}