public class Trace extends Object
Modifier | Constructor and Description |
---|---|
protected |
Trace()
Deprecated.
|
|
Trace(org.joda.time.DateTime time,
String clazz,
String tracer,
String method,
Object[] args)
An event is specific for an 'owning class'.
|
public Trace(@Nonnull org.joda.time.DateTime time, @Nonnull String clazz, @Nonnull String tracer, @Nonnull String method, @Nonnull Object[] args)
clazz
- Class throwing the event.tracer
- Type-safe event interface.method
- Method throwing the event.time
- Event time.args
- Additional arguments passed with the method.@Deprecated protected Trace()
@Nonnull public org.joda.time.DateTime getTime()
Copyright © 2018 TomTom International BV. All rights reserved.