package
1.0.2
Repository: https://github.com/crosect/cc-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Debug uses fmt.Sprint to construct and log a message.
Debugf uses fmt.Sprintf to log a template message.
Debugw uses fmt.Sprintf to log a template message with extra context value.
Error uses fmt.Sprint to construct and log a message.
Errorf uses fmt.Sprintf to log a template message.
Errorw uses fmt.Sprintf to log a template message with extra context value.
Fatal uses fmt.Sprint to construct and log a message, then calls os.Exit.
Fatalf uses fmt.Sprintf to log a template message, then calls os.Exit.
Fatalw uses fmt.Sprintf to log a template message with extra context value, then calls os.Exit.
GetGlobal Get global logger instance.
Info uses fmt.Sprint to construct and log a message.
Infof uses fmt.Sprintf to log a template message.
Infow uses fmt.Sprintf to log a template message with extra context value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReplaceGlobal Register a logger instance as global.
Warn uses fmt.Sprint to construct and log a message.
Warnf uses fmt.Sprintf to log a template message.
Warnw uses fmt.Sprintf to log a template message with extra context value.

# Constants

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TestingWriter is a WriteSyncer that writes to the given testing.TB.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author