Documentation ¶
Index ¶
- type Publisher
- func (pub *Publisher) Close()
- func (pub *Publisher) Flush()
- func (pub *Publisher) Log(srcApp string, level log.Level, message []byte) error
- func (pub *Publisher) Subscribe(srcApp string, level log.Level, handler RecordHandler) (ex.Handle, error)
- func (pub *Publisher) Unsubscribe(handle ex.Handle) error
- type RecordHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Publisher ¶
type Publisher struct {
// contains filtered or unexported fields
}
type RecordHandler ¶
Click to show internal directories.
Click to hide internal directories.