Package org.ametys.runtime.log
Interface ExternalLog
- All Known Implementing Classes:
 StaticExternalLog
public interface ExternalLog
This interface represent a logger that can be added at runtime
- 
Method Summary
Modifier and TypeMethodDescriptionGet the appenderGet or Create a category 
- 
Method Details
- 
getAppender
Get the appender- Returns:
 - an appender that can be added to a category
 - Throws:
 Exception- something went wrong
 - 
getCategory
Get or Create a category- Returns:
 - a category from logManager
 
 
 -