intel / jndn-mock

Tools for testing NDN applications without network IO
GNU Lesser General Public License v3.0
0 stars 6 forks source link

Add default logging properties inside compiled JAR #1

Open abrown opened 8 years ago

abrown commented 8 years ago

See http://stackoverflow.com/a/14944846 for a good way to do this; allows command line settings to override internal settings

cawka commented 8 years ago

Not directly related to this, but related to logging. Can we switch from java.logging to something else? java.logging seem to be overly simple and other logging frameworks (e.g., log4j) seem to provide better support for various things.

abrown commented 8 years ago

I like log4j but I didn't want to for it on users as an upstream dependency.