Ocean/Log/DeviceDatabase/ActivateLoggingDevice.go
2015-06-17 17:44:52 +02:00

11 lines
205 B
Go

package DeviceDatabase
import (
"github.com/SommerEngineering/Ocean/Log"
)
// Function with the setup of the logging device.
func ActivateLoggingDevice() {
Log.AddLoggingDevice(Database{})
}