Documentation
¶
Index ¶
- Variables
- type Config
- type RxJournal
- func (j *RxJournal) Close() error
- func (j *RxJournal) CollectAndTransferExistedLogs()
- func (j *RxJournal) Error(event string, req []byte, res []byte, err error) error
- func (j *RxJournal) Info(event string, req []byte, res []byte) error
- func (j *RxJournal) Log(level entry.Level, event string, req []byte, res []byte, err error) error
- func (j *RxJournal) ReceiveConfiguration(loggerConfig Config, moduleName string)
- func (j *RxJournal) Rotate() error
- func (j *RxJournal) Warn(event string, req []byte, res []byte, err error) error
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotInitialize = errors.New("not initialized, call `ReceiveConfiguration` first")
)
Functions ¶
This section is empty.
Types ¶
type RxJournal ¶
type RxJournal struct {
// contains filtered or unexported fields
}
func NewDefaultRxJournal ¶
func NewDefaultRxJournal(journalServiceClient *backend.RxGrpcClient) *RxJournal
func (*RxJournal) CollectAndTransferExistedLogs ¶
func (j *RxJournal) CollectAndTransferExistedLogs()
func (*RxJournal) ReceiveConfiguration ¶
Click to show internal directories.
Click to hide internal directories.