public interface LogRecord
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<String> |
category() |
org.qi4j.api.property.Property<String> |
compositeTypeName() |
org.qi4j.api.property.Property<LogType> |
logtype() |
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> category()
org.qi4j.api.property.Property<String> compositeTypeName()
org.qi4j.api.property.Property<String> threadName()
org.qi4j.api.property.Property<LogType> logtype()
org.qi4j.api.property.Property<Long> time()
org.qi4j.api.property.Property<List<Serializable>> parameters()