Skip to content

Commit

Permalink
[eclipse-slf4j] Deprecate.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Aug 22, 2020
1 parent b281e2c commit 64abdf9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Expand Up @@ -35,7 +35,9 @@
* @mavengroupid $GroupId$
* @mavenartifactid $ArtifactId$
* @since 0.11
* @deprecated Remove when SLF4J is properly configured for Eclipse.
*/
@Deprecated
public class Slf4jEclipseLogger implements Logger {

private final ILog logger;
Expand Down
Expand Up @@ -36,7 +36,9 @@
* @mavengroupid $GroupId$
* @mavenartifactid $ArtifactId$
* @since 0.11
* @deprecated Remove when SLF4J is properly configured for Eclipse.
*/
@Deprecated
public class Slf4jEclipseLoggerFactory implements ILoggerFactory {

private ILog eclipseLogger;
Expand Down
Expand Up @@ -36,7 +36,9 @@
* @mavengroupid $GroupId$
* @mavenartifactid $ArtifactId$
* @since 0.11
* @deprecated Remove when SLF4J is properly configured for Eclipse.
*/
@Deprecated
public class Slf4jEclipseLoggerServiceProvider implements SLF4JServiceProvider {

/**
Expand Down

0 comments on commit 64abdf9

Please sign in to comment.