[ Agent ] [ Executor ] - 初步完成Executor部分的代码
This commit is contained in:
@@ -66,6 +66,10 @@ func (l *Logger) Warn(msg string, fields ...zap.Field) {
|
||||
l.Logger.Warn(msg, fields...)
|
||||
}
|
||||
|
||||
func (l *Logger) WarnF(msg string, args ...interface{}) {
|
||||
l.Logger.Warn(fmt.Sprintf(msg, args...))
|
||||
}
|
||||
|
||||
// Error logs an error message.
|
||||
|
||||
func (l *Logger) ErrorF(msg string, args ...interface{}) {
|
||||
|
||||
Reference in New Issue
Block a user