Changes between Version 18 and Version 19 of Java API
- Timestamp:
- 11/01/12 17:36:28 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Java API
v18 v19 125 125 log("unless you use the -v or --verbose flag, you will only see this message in the log file.", Level.FINE); 126 126 }}} 127 Finally, for full control over the logger and for error handling the loggercan also be accessed directly.127 Finally, for full control over the logger and for error handling the [[http://docs.oracle.com/javase/7/docs/api/java/util/logging/Logger.html|Java Logger]] can also be accessed directly. 128 128 {{{ 129 129 try { … … 134 134 } 135 135 }}} 136 137 136 == MUSCLE MML API == 138 137