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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppendergetAppender()Get the appenderLoggergetCategory()Get or Create a category 
 - 
 
- 
- 
Method Detail
- 
getAppender
Appender getAppender() throws Exception
Get the appender- Returns:
 - an appender that can be added to a category
 - Throws:
 Exception- something went wrong
 
- 
getCategory
Logger getCategory()
Get or Create a category- Returns:
 - a category from logManager
 
 
 - 
 
 -