Documentation ¶
Index ¶
- func GetRecords() []opentracing.LogRecord
- func PatchLogger(logger *stdlog.Logger)
- func PatchStandardLogger()
- func PatchStdErr()
- func PatchStdOut()
- func Reset()
- func UnpatchLogger(logger *stdlog.Logger)
- func UnpatchStandardLogger()
- func UnpatchStdErr()
- func UnpatchStdOut()
- func WithContext(logger *stdlog.Logger, ctx context.Context) *stdlog.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetRecords ¶
func GetRecords() []opentracing.LogRecord
Stop record all registered writers (used by End in order to retrieve the records from the log and insert them in the span)
func Reset ¶
func Reset()
Start record in all registered writers (used by the StartTest in order to generate new records for the span)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.