From b879f0fcc8651b49ae46a6db64d7eb1a27c7af1a Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 20 Aug 2010 15:39:56 -0300 Subject: Adding generated docs --- doc/html/classorg_1_1openisis_1_1Log.html | 307 ++++++++++++++++++++++++++++++ 1 file changed, 307 insertions(+) create mode 100644 doc/html/classorg_1_1openisis_1_1Log.html (limited to 'doc/html/classorg_1_1openisis_1_1Log.html') diff --git a/doc/html/classorg_1_1openisis_1_1Log.html b/doc/html/classorg_1_1openisis_1_1Log.html new file mode 100644 index 0000000..1d7e4ba --- /dev/null +++ b/doc/html/classorg_1_1openisis_1_1Log.html @@ -0,0 +1,307 @@ + + + + + +IsisReader: org::openisis::Log Class Reference + + + + + + + + + +
+

org::openisis::Log Class Reference

+

List of all members.

+ + + + + + + + + + + + +

Static Public Member Functions

static void setLevel (int lvl)
static void verbose (Object module, String msg, Throwable ex)
static void info (Object module, String msg, Throwable ex)
static void warn (Object module, String msg, Throwable ex)
static void error (Object module, String msg, Throwable ex)

Static Public Attributes

static final int ERROR = 1
static final int WARN = ERROR + 1
static final int INFO = WARN + 1
static final int VERBOSE = INFO + 1
+

Detailed Description

+

Logger.

+
Id
Log.java,v 1.1 2003/04/12 14:48:21 mawag Exp
+
Version:
+
Revision
1.1
+
Author:
+
Author
mawag
+

Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
static void org::openisis::Log::error (Object  module,
String  msg,
Throwable  ex 
) [inline, static]
+
+
+

Log an error.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
static void org::openisis::Log::info (Object  module,
String  msg,
Throwable  ex 
) [inline, static]
+
+
+

Log an info message.

+ +
+
+ +
+
+ + + + + + + + + +
static void org::openisis::Log::setLevel (int  lvl )  [inline, static]
+
+
+

Set log level. Default level is VERBOSE.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
static void org::openisis::Log::verbose (Object  module,
String  msg,
Throwable  ex 
) [inline, static]
+
+
+

Log a verbose message.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
static void org::openisis::Log::warn (Object  module,
String  msg,
Throwable  ex 
) [inline, static]
+
+
+

Log a warning.

+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
final int org::openisis::Log::ERROR = 1 [static]
+
+
+

Error log level

+ +
+
+ +
+
+ + + + +
final int org::openisis::Log::INFO = WARN + 1 [static]
+
+
+

Info log level

+ +
+
+ +
+
+ + + + +
final int org::openisis::Log::VERBOSE = INFO + 1 [static]
+
+
+

Verbose log level

+ +
+
+ +
+
+ + + + +
final int org::openisis::Log::WARN = ERROR + 1 [static]
+
+
+

Warning log level

+ +
+
+
The documentation for this class was generated from the following file: +
+ +
+ All Classes Namespaces Functions Variables
+ + +
+ +
+ +
Generated on Tue Mar 30 14:47:17 2010 for IsisReader by  + +doxygen 1.6.1
+ + -- cgit v1.2.3