2023-09-13 10:42:05 +04:00
|
|
|
package ProjectElectricLocomotive;
|
|
|
|
|
2023-12-19 00:19:35 +04:00
|
|
|
import org.apache.logging.log4j.*;
|
|
|
|
|
2023-09-13 10:38:37 +04:00
|
|
|
public class Main {
|
|
|
|
public static void main(String[] args)
|
|
|
|
{
|
2023-12-19 00:19:35 +04:00
|
|
|
System.setProperty("log4j.configutationFile", "C:\\code\\java\\ProjectElectricLocomotive\\loggerFile.xml");
|
|
|
|
|
|
|
|
// new FrameLocomotiveCollection(LogManager.getLogger("logger"));
|
|
|
|
FrameLocomotiveCollection frameLocomotiveCollection = new FrameLocomotiveCollection(LogManager.getLogger("logger"));
|
|
|
|
// new FormLocomotiveCollections(LogManager.getLogger(FormLocomotiveCollections.class));
|
2023-09-13 10:38:37 +04:00
|
|
|
}
|
|
|
|
}
|