public interface TreatmentLog
| Modifier and Type | Interface and Description |
|---|---|
static class |
TreatmentLog.NoopTreatmentLog |
| Modifier and Type | Method and Description |
|---|---|
void |
log(String key,
String bucketingKey,
String feature,
String treatment,
long time,
String label)
Logs the fact that a 'key' saw 'treatment' at 'time' for 'name'.
|
void log(String key, String bucketingKey, String feature, String treatment, long time, String label)
key - whobucketingKey - feature - for which featuretreatment - saw whattime - at what timeCopyright © 2016. All rights reserved.