public static interface StatsLogger.Callback
This interface is used by the logger to call back into while it is running the logging loop
| Modifier and Type | Method and Description |
|---|---|
void |
after()
Invoked just after the stats are logged
|
void |
before()
Invoked just before the stats are logged
|
void |
get(StringBuilder sb)
Invoked to fetch the statistics output string
|
void |
init()
Invoked at the start of the logging loop.
|
void init()
void get(StringBuilder sb)
void before()
void after()
Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.