6 lines
207 B
Go
6 lines
207 B
Go
/*
|
|
This is the database logging device. The logging events will be cached and after a time span or a maximum amount of
|
|
events, the logging entries are written to the database.
|
|
*/
|
|
package DeviceDatabase
|