Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SampleLogger ¶
func NewSampleLooger ¶
func NewSampleLooger(ctx context.Context, opts ...Option) (*SampleLogger, *sample_error.SampleError)
func (*SampleLogger) Debug ¶
func (p *SampleLogger) Debug(msg string)
func (*SampleLogger) Error ¶
func (p *SampleLogger) Error(msg string)
func (*SampleLogger) Info ¶
func (p *SampleLogger) Info(msg string)
func (*SampleLogger) SampleError ¶
func (p *SampleLogger) SampleError(err *sample_error.SampleError)
func (*SampleLogger) Warn ¶
func (p *SampleLogger) Warn(msg string)
Click to show internal directories.
Click to hide internal directories.