org.qi4j.logging.log
Interface LogTypes

All Superinterfaces:
Composite, TransientComposite

public interface LogTypes
extends TransientComposite

Composite for log types


Method Summary
 LogType error()
           
 LogType info()
           
 LogType warning()
           
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Method Detail

info

LogType info()

warning

LogType warning()

error

LogType error()