8 lines
147 B
Go
8 lines
147 B
Go
|
package DeviceDatabase
|
||
|
|
||
|
import "github.com/SommerEngineering/Ocean/Log"
|
||
|
|
||
|
func ActivateLoggingDevice() {
|
||
|
Log.AddLoggingDevice(Database{})
|
||
|
}
|