degCol: Logger for storing degree of colocation
degCol: logger
This commit is contained in:
parent
b58ffdbdd6
commit
abadb9a328
5 changed files with 26 additions and 0 deletions
9
logging/def/degColLogger.go
Normal file
9
logging/def/degColLogger.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package logging
|
||||
|
||||
type DegColLogger struct {
|
||||
loggerObserverImpl
|
||||
}
|
||||
|
||||
func (pl *DegColLogger) Log(message string) {
|
||||
pl.logObserverSpecifics[degColLogger].logFile.Println(message)
|
||||
}
|
Reference in a new issue