mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-24 20:38:51 +00:00
Add Warningf to logger interface amd impl
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
8b5583930e
commit
74feda73af
3 changed files with 7 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ type Logger interface {
|
|||
Waitingf(format string, a ...interface{})
|
||||
// Successf logs a formatted success message.
|
||||
Successf(format string, a ...interface{})
|
||||
// Warningf logs a formatted warning message.
|
||||
Warningf(format string, a ...interface{})
|
||||
// Failuref logs a formatted failure message.
|
||||
Failuref(format string, a ...interface{})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue