package
2.21.1-hedera-beta.0
Repository: https://github.com/smartcontractkit/chainlink.git
Documentation: pkg.go.dev

# Packages

# Functions

InitColor explicitly sets the global color.NoColor option.
NewLogger returns a new Logger with default configuration.
NewMockLogger creates a new instance of MockLogger.
StartPyroscope starts continuous profiling of the Chainlink Node.
Sugared returns a new SugaredLogger wrapping the given Logger.
TestLogger creates a logger that directs output to PrettyConsole configured for test output, and to the buffer testMemoryLog.
TestLoggerObserved creates a logger with an observer that can be used to test emitted logs at the given level or above Note: It is not necessary to Sync().

# Constants

SentryFlushDeadline indicates the maximum amount of time we allow sentry to flush events on manual flush.

# Variables

# Structs

MockLogger is an autogenerated mock type for the Logger type.
MockLogger_Critical_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Critical'.
MockLogger_Criticalf_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Criticalf'.
MockLogger_Criticalw_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Criticalw'.
MockLogger_Debug_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Debug'.
MockLogger_Debugf_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Debugf'.
MockLogger_Debugw_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Debugw'.
MockLogger_Error_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Error'.
MockLogger_Errorf_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Errorf'.
MockLogger_Errorw_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Errorw'.
MockLogger_Fatal_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Fatal'.
MockLogger_Fatalf_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Fatalf'.
MockLogger_Fatalw_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Fatalw'.
MockLogger_Helper_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Helper'.
MockLogger_Info_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Info'.
MockLogger_Infof_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Infof'.
MockLogger_Infow_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Infow'.
MockLogger_Name_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Name'.
MockLogger_Named_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Named'.
MockLogger_Panic_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Panic'.
MockLogger_Panicf_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Panicf'.
MockLogger_Panicw_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Panicw'.
MockLogger_Recover_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Recover'.
MockLogger_SetLogLevel_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetLogLevel'.
MockLogger_Sync_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Sync'.
MockLogger_Trace_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Trace'.
MockLogger_Tracef_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Tracef'.
MockLogger_Tracew_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Tracew'.
MockLogger_Warn_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Warn'.
MockLogger_Warnf_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Warnf'.
MockLogger_Warnw_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Warnw'.
MockLogger_With_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'With'.
PrettyConsole wraps a Sink (Writer, Syncer, Closer), usually stdout, and formats the incoming json bytes with colors and white space for readability before passing on to the underlying Writer in Sink.

# Interfaces

Logger is the main interface of this package.
SugaredLogger extends the base Logger interface with syntactic sugar, similar to zap.SugaredLogger.

# Type aliases