eficode / JavaFXLibrary

Robot Framework library for JavaFX automation based on TestFX
Apache License 2.0
21 stars 10 forks source link

Separate logging from application under test #30

Open sampeson opened 4 years ago

sampeson commented 4 years ago

Log4j configuration is common with application under test (AUT). We should separate it so that we would get separate log under current working directory related to what happens in library side. AUT could define it separately and should not affect library logging.