Take golog v0.0.2 into use
[ric-plt/xapp-frame.git] / pkg / xapp / logger.go
index 5009354..69bed09 100755 (executable)
@@ -36,6 +36,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))
 }