Taking latest golog version
[ric-plt/appmgr.git] / pkg / logger / logger.go
index 251e90f..d00dd23 100755 (executable)
@@ -35,6 +35,10 @@ func NewLogger(name string) *Log {
        }
 }
 
+func (l *Log) SetFormat(logMonitor int) {
+    l.logger.Mdclog_format_initialize(logMonitor)
+}
+
 func (l *Log) SetLevel(level int) {
        l.logger.LevelSet(mdclog.Level(level))
 }