Big refactor to allow for multiple watchers, v2 configuration file with migration and new UI for configuration
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package log
|
||||
|
||||
import (
|
||||
"log"
|
||||
"time"
|
||||
)
|
||||
|
||||
@@ -42,4 +43,5 @@ func SendLog(entry string, entryType LogEntryType) {
|
||||
Entry: entry,
|
||||
Type: entryType,
|
||||
}
|
||||
log.Printf(entry)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user