Java Doc for Debug.java in  » ERP-CRM-Financial » SourceTap-CRM » org » ofbiz » base » util » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » SourceTap CRM » org.ofbiz.base.util 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.ofbiz.base.util.Debug

Debug
final public class Debug (Code)
Configurable Debug logging wrapper class
author:
   David E. Jones
author:
   Andy Zeneski
version:
   $Revision: 1.4 $
since:
   2.0


Field Summary
final public static  intALWAYS
    
final public static  intERROR
    
final public static  intFATAL
    
final public static  intIMPORTANT
    
final public static  intINFO
    
final public static  StringSYS_DEBUG
    
final public static  intTIMING
    
final public static  intVERBOSE
    
final public static  intWARNING
    
static  DateFormatdateFormat
    
final public static  Level[]levelObjs
    
protected static  booleanlevelOnCache
    
final public static  String[]levelProps
    
protected static  MaplevelStringMap
    
final public static  String[]levels
    
final public static  StringnoModuleModule
    
protected static  PrintStreamprintStream
    
protected static  PrintWriterprintWriter
    
protected static  Loggerroot
    
final protected static  booleanuseLevelOnCache
    
final public static  booleanuseLog4J
    


Method Summary
public static  booleanerrorOn()
    
public static  booleanfatalOn()
    
public static  IntegergetLevelFromString(String levelName)
    
public static  intgetLevelFromStringWithDefault(String levelName)
    
public static  LoggergetLogger(String module)
    
public static  PrintStreamgetPrintStream()
    
public static  PrintWritergetPrintWriter()
    
public static  booleanimportantOn()
    
public static  booleaninfoOn()
    
public static  booleanisOn(int level)
    
public static  voidlog(int level, Throwable t, String msg, String module)
    
public static  voidlog(int level, Throwable t, String msg, String module, String callingClass)
    
public static  voidlog(String msg)
    
public static  voidlog(Throwable t)
    
public static  voidlog(String msg, String module)
    
public static  voidlog(Throwable t, String module)
    
public static  voidlog(Throwable t, String msg, String module)
    
public static  voidlogError(String msg, String module)
    
public static  voidlogError(Throwable t, String module)
    
public static  voidlogError(Throwable t, String msg, String module)
    
public static  voidlogFatal(String msg, String module)
    
public static  voidlogFatal(Throwable t, String module)
    
public static  voidlogFatal(Throwable t, String msg, String module)
    
public static  voidlogImportant(String msg, String module)
    
public static  voidlogImportant(Throwable t, String module)
    
public static  voidlogImportant(Throwable t, String msg, String module)
    
public static  voidlogInfo(String msg, String module)
    
public static  voidlogInfo(Throwable t, String module)
    
public static  voidlogInfo(Throwable t, String msg, String module)
    
public static  voidlogTiming(String msg, String module)
    
public static  voidlogTiming(Throwable t, String module)
    
public static  voidlogTiming(Throwable t, String msg, String module)
    
public static  voidlogVerbose(String msg, String module)
    
public static  voidlogVerbose(Throwable t, String module)
    
public static  voidlogVerbose(Throwable t, String msg, String module)
    
public static  voidlogWarning(String msg, String module)
    
public static  voidlogWarning(Throwable t, String module)
    
public static  voidlogWarning(Throwable t, String msg, String module)
    
public static  voidset(int level, boolean on)
    
public static  voidsetPrintStream(PrintStream printStream)
    
public static  booleantimingOn()
    
public static  booleanverboseOn()
    
public static  booleanwarningOn()
    

Field Detail
ALWAYS
final public static int ALWAYS(Code)



ERROR
final public static int ERROR(Code)



FATAL
final public static int FATAL(Code)



IMPORTANT
final public static int IMPORTANT(Code)



INFO
final public static int INFO(Code)



SYS_DEBUG
final public static String SYS_DEBUG(Code)



TIMING
final public static int TIMING(Code)



VERBOSE
final public static int VERBOSE(Code)



WARNING
final public static int WARNING(Code)



dateFormat
static DateFormat dateFormat(Code)



levelObjs
final public static Level[] levelObjs(Code)



levelOnCache
protected static boolean levelOnCache(Code)



levelProps
final public static String[] levelProps(Code)



levelStringMap
protected static Map levelStringMap(Code)



levels
final public static String[] levels(Code)



noModuleModule
final public static String noModuleModule(Code)



printStream
protected static PrintStream printStream(Code)



printWriter
protected static PrintWriter printWriter(Code)



root
protected static Logger root(Code)



useLevelOnCache
final protected static boolean useLevelOnCache(Code)



useLog4J
final public static boolean useLog4J(Code)





Method Detail
errorOn
public static boolean errorOn()(Code)



fatalOn
public static boolean fatalOn()(Code)



getLevelFromString
public static Integer getLevelFromString(String levelName)(Code)
Gets an Integer representing the level number from a String representing the level name; will return null if not found



getLevelFromStringWithDefault
public static int getLevelFromStringWithDefault(String levelName)(Code)
Gets an int representing the level number from a String representing the level name; if level not found defaults to Debug.INFO



getLogger
public static Logger getLogger(String module)(Code)



getPrintStream
public static PrintStream getPrintStream()(Code)



getPrintWriter
public static PrintWriter getPrintWriter()(Code)



importantOn
public static boolean importantOn()(Code)



infoOn
public static boolean infoOn()(Code)



isOn
public static boolean isOn(int level)(Code)



log
public static void log(int level, Throwable t, String msg, String module)(Code)



log
public static void log(int level, Throwable t, String msg, String module, String callingClass)(Code)



log
public static void log(String msg)(Code)



log
public static void log(Throwable t)(Code)



log
public static void log(String msg, String module)(Code)



log
public static void log(Throwable t, String module)(Code)



log
public static void log(Throwable t, String msg, String module)(Code)



logError
public static void logError(String msg, String module)(Code)



logError
public static void logError(Throwable t, String module)(Code)



logError
public static void logError(Throwable t, String msg, String module)(Code)



logFatal
public static void logFatal(String msg, String module)(Code)



logFatal
public static void logFatal(Throwable t, String module)(Code)



logFatal
public static void logFatal(Throwable t, String msg, String module)(Code)



logImportant
public static void logImportant(String msg, String module)(Code)



logImportant
public static void logImportant(Throwable t, String module)(Code)



logImportant
public static void logImportant(Throwable t, String msg, String module)(Code)



logInfo
public static void logInfo(String msg, String module)(Code)



logInfo
public static void logInfo(Throwable t, String module)(Code)



logInfo
public static void logInfo(Throwable t, String msg, String module)(Code)



logTiming
public static void logTiming(String msg, String module)(Code)



logTiming
public static void logTiming(Throwable t, String module)(Code)



logTiming
public static void logTiming(Throwable t, String msg, String module)(Code)



logVerbose
public static void logVerbose(String msg, String module)(Code)



logVerbose
public static void logVerbose(Throwable t, String module)(Code)



logVerbose
public static void logVerbose(Throwable t, String msg, String module)(Code)



logWarning
public static void logWarning(String msg, String module)(Code)



logWarning
public static void logWarning(Throwable t, String module)(Code)



logWarning
public static void logWarning(Throwable t, String msg, String module)(Code)



set
public static void set(int level, boolean on)(Code)



setPrintStream
public static void setPrintStream(PrintStream printStream)(Code)



timingOn
public static boolean timingOn()(Code)



verboseOn
public static boolean verboseOn()(Code)



warningOn
public static boolean warningOn()(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.