forked from StarOpenSource/Engine
Update Slf4jCompatibilitySubsystem.java javadoc
This commit is contained in:
parent
2a5956276e
commit
d0d98744b0
1 changed files with 3 additions and 1 deletions
|
@ -20,13 +20,15 @@
|
|||
package de.staropensource.sosengine.slf4j_compat;
|
||||
|
||||
import de.staropensource.sosengine.base.classes.SubsystemMainClass;
|
||||
import de.staropensource.sosengine.base.events.LogEvent;
|
||||
import de.staropensource.sosengine.base.logging.LoggerInstance;
|
||||
import de.staropensource.sosengine.base.types.LogIssuer;
|
||||
import lombok.Getter;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
/**
|
||||
* Main object for the SLF4J Compatibility subsystem.
|
||||
* Main object for the SLF4J Compatibility subsystem.<br/>
|
||||
* Note: Forwarded SLF4J messages do not trigger {@link LogEvent}s to prevent stack overflows.
|
||||
*
|
||||
* @since 1-alpha0
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue