public interface ITrace
ISample
IMonitor
A trace means recording samples (and tags) while executing. The trace is later on aggregated in the IMonitor. The IMonitor may additionally keep a list of recent traces.
sample(Level level, String description)
description
void
tag(String key, Object tag)
this
ISample sample(Level level, String description)
level
void tag(String key, Object tag)
key
tag
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.