org.qi4j.logging.log.records
Interface LogRecord

All Known Subinterfaces:
CompositeLogRecord, EntityLogRecord, ServiceLogRecord

public interface LogRecord


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

Method Detail

message

Property<String> message()

category

Property<String> category()

compositeTypeName

Property<String> compositeTypeName()

threadName

Property<String> threadName()

logtype

Property<LogType> logtype()

time

Property<Long> time()

parameters

Property<List<Serializable>> parameters()