Documentation ¶
Index ¶
- func Debug(format string, v ...interface{})
- func Error(err error)
- func ErrorLine(format string, v ...interface{})
- func Errorf(format string, v ...interface{})
- func Info(format string, v ...interface{})
- func InvokeLogsSink(logsCh chan []byte)
- func NodeLogsSink(logsCh chan []byte)
- func Notice(format string, v ...interface{})
- func Title(format string, v ...interface{})
- type Logger
- func (u *Logger) Debug(format string, v ...interface{})
- func (u *Logger) Error(err error)
- func (u *Logger) ErrorLine(format string, v ...interface{})
- func (u *Logger) Errorf(format string, v ...interface{})
- func (u *Logger) Info(format string, v ...interface{})
- func (u *Logger) Notice(format string, v ...interface{})
- func (u *Logger) Title(format string, v ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InvokeLogsSink ¶
func InvokeLogsSink(logsCh chan []byte)
InvokeLogsSink consumes log lines produced during users, stage, lambda function invoke. Shows logs from the invoked lambda function.
func NodeLogsSink ¶
func NodeLogsSink(logsCh chan []byte)
NodeLogsSink consumes logs produced during our node lambda function execution.
Types ¶
Click to show internal directories.
Click to hide internal directories.