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 ExtensionPointhandling theExternalLogs.MemoryAppender Log appender that stores a pile of logs in memory.MemoryLogRecord Log record for the Memory Appender storage needs.StaticExternalLog Default static implementation ofExternalLogFor implementing theExternalLoginterface (while beingConfigurable), extends this class and implements theStaticExternalLog.getAppender()and/orStaticExternalLog.getCategory()methods.