org.qi4j.logging.debug.records
Interface DebugRecord

All Known Subinterfaces:
CompositeDebugRecordEntity, EntityDebugRecordEntity, ServiceDebugRecordEntity

public interface DebugRecord


Method Summary
 Property<java.lang.String> compositeTypeName()
           
 Property<java.lang.String> message()
           
 Property<java.util.List<java.io.Serializable>> parameters()
           
 Property<java.lang.String> threadName()
           
 Property<java.lang.Long> time()
           
 

Method Detail

message

Property<java.lang.String> message()

compositeTypeName

Property<java.lang.String> compositeTypeName()

threadName

Property<java.lang.String> threadName()

time

Property<java.lang.Long> time()

parameters

Property<java.util.List<java.io.Serializable>> parameters()