Currently with Terasology we use Logback/SLF4J for logging and control it and any "bridged" logging frameworks from a single logback config file. I noticed while reviewing #415 that we're still doing log4j things in DS. For consistency's sake (and the added power of the newer frameworks) we should probably look into switching over.
See Terasology's setup for further details and https://logback.qos.ch/
Extra consideration here: Does Android require any additional considerations?