mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
17 lines
653 B
Java
17 lines
653 B
Java
// Generated by delombok at Sat Jun 11 11:12:44 CEST 2016
|
|
|
|
class LoggerLog4j2 {
|
|
@java.lang.SuppressWarnings("all")
|
|
private static final org.apache.logging.log4j.Logger log = org.apache.logging.log4j.LogManager.getLogger(LoggerLog4j2.class);
|
|
}
|
|
|
|
class LoggerLog4j2WithImport {
|
|
@java.lang.SuppressWarnings("all")
|
|
private static final org.apache.logging.log4j.Logger log = org.apache.logging.log4j.LogManager.getLogger(LoggerLog4j2WithImport.class);
|
|
}
|
|
|
|
class LoggerLog4j2WithDifferentName {
|
|
@java.lang.SuppressWarnings("all")
|
|
private static final org.apache.logging.log4j.Logger log = org.apache.logging.log4j.LogManager.getLogger("DifferentName");
|
|
}
|