Standardize logging and debugging
Brought to you by:
skonno
Can you use a standard java class for logging and
debugging instead of: org/cybergarage/util/Debug.java ?
java.util.logging.Logger
-or-
org.apache.log4j.Logger
-or-
org.apache.commons.logging.Log
I would be willing to help out and make some of these
changes.
Logged In: YES
user_id=901512
Originator: NO
Actually this library is used even for hand held(limited resource) device so, even if I think that such change will be useful I think we should adopt an Logger Abstraction Layer (i.e. Satoshi did the same for the XMLParser) and then let the end-user select the best logger technology he/she prefers.
I would like to hear a Sotoshi comment.
Anyway if you can provide a patch for your feature it will increase the chance to adopt and implement it :)