Documentation ¶
Index ¶
Constants ¶
View Source
const ( // CfgCSV is the path to a csv file to store mana events. CfgCSV = "manaeventlogger.csv" // CfgBufferSize is the buffer size to store events. CfgBufferSize = "manaeventlogger.bufferSize" // CfgCheckBufferIntervalSec is the interval to check the events buffer size. CfgCheckBufferIntervalSec = "manaeventloger.checkBufferIntervalSec" )
View Source
const (
// PluginName is the name of the mana events logger plugin.
PluginName = "ManaEventLogger"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.