org.qi4j.logging.debug.records
Interface DebugRecord

All Known Subinterfaces:
CompositeDebugRecordEntity, EntityDebugRecordEntity, ServiceDebugRecordEntity

public interface DebugRecord


Method Summary
 Property<String> compositeTypeName()
           
 Property<String> message()
           
 Property<List<Serializable>> parameters()
           
 Property<String> threadName()
           
 Property<Long> time()
           
 

Method Detail

message

Property<String> message()

compositeTypeName

Property<String> compositeTypeName()

threadName

Property<String> threadName()

time

Property<Long> time()

parameters

Property<List<Serializable>> parameters()