Changes between Version 18 and Version 19 of Java API

Show
Ignore:
Timestamp:
11/01/12 17:36:28 (12 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Java API

    v18 v19  
    125125log("unless you use the -v or --verbose flag, you will only see this message in the log file.", Level.FINE); 
    126126}}} 
    127 Finally, for full control over the logger and for error handling the logger can also be accessed directly. 
     127Finally, 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. 
    128128{{{ 
    129129try { 
     
    134134} 
    135135}}} 
    136  
    137136== MUSCLE MML API == 
    138137