f33f7b5c29
+ Refactored all imports + Fixed a bug for the logging regarding removing \n \t \r + Updated to current MGO release + Changed the name of ICCC
10 lines
154 B
Go
10 lines
154 B
Go
package DeviceDatabase
|
|
|
|
import (
|
|
"github.com/SommerEngineering/Ocean/Log"
|
|
)
|
|
|
|
func ActivateLoggingDevice() {
|
|
Log.AddLoggingDevice(Database{})
|
|
}
|