5 lines
113 B
Go
5 lines
113 B
Go
|
/*
|
||
|
This is the console logging device. Any received entry is logged to the console.
|
||
|
*/
|
||
|
package DeviceConsole
|