Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
Logger is an in-memory, thread-safe, capped-size activity logger.
func (*Logger) Get ¶
func (l *Logger) Get() []core.ActivityEvent
Get returns a copy of all current activity events.
Click to show internal directories.
Click to hide internal directories.