Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PCAPLogger ¶
type PCAPLogger struct {
// contains filtered or unexported fields
}
func NewPCAPLogger ¶
func NewPCAPLogger() *PCAPLogger
func (*PCAPLogger) Init ¶
func (l *PCAPLogger) Init()
func (*PCAPLogger) Log ¶
func (l *PCAPLogger) Log(str string)
func (*PCAPLogger) NewEvent ¶
func (l *PCAPLogger) NewEvent(e simulator.Event)
type ProfileLogger ¶
type ProfileLogger struct{}
func NewProfileLogger ¶
func NewProfileLogger() *ProfileLogger
func (*ProfileLogger) Init ¶
func (l *ProfileLogger) Init()
func (*ProfileLogger) Log ¶
func (l *ProfileLogger) Log(str string)
func (*ProfileLogger) NewEvent ¶
func (l *ProfileLogger) NewEvent(e simulator.Event)
type StandardLogger ¶
type StandardLogger struct {
// contains filtered or unexported fields
}
func NewStandardLogger ¶
func NewStandardLogger() *StandardLogger
func (*StandardLogger) Init ¶
func (l *StandardLogger) Init()
func (*StandardLogger) Log ¶
func (l *StandardLogger) Log(str string)
func (*StandardLogger) NewEvent ¶
func (l *StandardLogger) NewEvent(e simulator.Event)
type StatisticsLogger ¶
type StatisticsLogger struct {
// contains filtered or unexported fields
}
func NewStatisticsLogger ¶
func NewStatisticsLogger() *StatisticsLogger
func (*StatisticsLogger) Init ¶
func (l *StatisticsLogger) Init()
func (*StatisticsLogger) Log ¶
func (l *StatisticsLogger) Log(str string)
func (*StatisticsLogger) NewEvent ¶
func (l *StatisticsLogger) NewEvent(e simulator.Event)
type SyncLogger ¶
type SyncLogger struct {
// contains filtered or unexported fields
}
func NewSyncLogger ¶
func NewSyncLogger() *SyncLogger
func (*SyncLogger) Init ¶
func (l *SyncLogger) Init()
func (*SyncLogger) Log ¶
func (l *SyncLogger) Log(str string)
func (*SyncLogger) NewEvent ¶
func (l *SyncLogger) NewEvent(e simulator.Event)
func (*SyncLogger) SetSyncStateScenario ¶
func (l *SyncLogger) SetSyncStateScenario(syncStateScenarios []*starling_node.ScenarioStoreSyncState)
Click to show internal directories.
Click to hide internal directories.