Package org.ametys.runtime.log
-
Interface Summary Interface Description ExternalLog This interface represent a logger that can be added at runtime -
Class Summary Class Description ExternalLogExtensionPoint ExtensionPoint
handling theExternalLog
s.MemoryAppender Log appender that stores a pile of logs in memory.MemoryLogRecord Log record for the Memory Appender storage needs.StaticExternalLog Default static implementation ofExternalLog
For implementing theExternalLog
interface (while beingConfigurable
), extends this class and implements theStaticExternalLog.getAppender()
and/orStaticExternalLog.getCategory()
methods.