public interface DebugRecord
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<String> |
compositeTypeName() |
org.qi4j.api.property.Property<String> |
message() |
org.qi4j.api.property.Property<List<Serializable>> |
parameters() |
org.qi4j.api.property.Property<String> |
threadName() |
org.qi4j.api.property.Property<Long> |
time() |
org.qi4j.api.property.Property<String> message()
org.qi4j.api.property.Property<String> compositeTypeName()
org.qi4j.api.property.Property<String> threadName()
org.qi4j.api.property.Property<Long> time()
org.qi4j.api.property.Property<List<Serializable>> parameters()