Singleton Logger in Java that can log which class the log method came from and log to multiple areas/machienes -


मैं संभवतः java.util.logging का उपयोग करना चाहूंगा यदि संभव हो, कोई विचार? धन्यवाद।

आप प्रयास कर सकते हैं।

सरल लॉगिंग जावा (SLF4J) के लिए मुखौटा

जावा या (एसएलएफ 4 जे) के लिए सरल लॉगिंग मुखौटा विभिन्न लॉगिंग चौखटे के लिए सरल मुखौटा या अमूर्त के रूप में कार्य करता है, उदा। Java.util.logging, log4j और लॉगबैक, अंतिम उपयोगकर्ता को तैनाती के समय वांछित लॉगिंग ढांचे में प्लग करने की अनुमति देता है।


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -