-
Notifications
You must be signed in to change notification settings - Fork 0
Log4j
shaymichaeli edited this page Apr 28, 2018
·
1 revision
log4j is an openware source for logging system in Java. We used in our project log4j version 1.2.17
Maven dependencies:
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
log4j.properties file need to be places in the target/classes directory.
-
ERROR - Designates error events that might still allow the application to continue running. Usually will be logged in a catch block.
-
INFO - Designates informational messages that highlight the progress of the application at coarse-grained level.
-
DEBUG - Designates fine-grained informational events that are most useful to debug an application.
-
TRACE - Designates finer-grained informational events than the DEBUG.
footer
Table of Contents
By The Way User manual
Instalation Instructions
Activating BTW
The program's user interface
- "Choose Running Configuration" screen
- "Choose Map" screen
- "Generate Grid City" screen
- "Generate Free Form City" screen
- "Verify Map" screen
- "Choose Simulation" screen
- The Simulation Running Screen
- "Choose Running Configuration" screen
- "Choose Simulations" screen
- "Statistics Comparison" screen
- "Prepare Map and Vehicle Config" screen
- "Learning" screen
- The GeoJsom Map Format
- The GeoJsom Vehicles File Format