Ocean/Log/DeviceConsole/ActivateLoggingDevice.go

11 lines
203 B
Go
Raw Normal View History

package DeviceConsole
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(Console{})
}