Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 4 and Version 5 of LoggingExample

Show
Ignore:
Author:
erpe (IP: 89.247.12.212)
Timestamp:
03/02/10 23:35:51 (14 years ago)
Comment:

micros is even more exact ;)

Legend:

Unmodified
Added
Removed
Modified
  • LoggingExample

    v4 v5  
    8181                if (hits) 
    8282                    // more information 
    83                     logger.info("{} prime numbers found in {} millsecs", hits, period); 
     83                    logger.info("{} prime numbers found in {} microsecs", hits, period.micros); 
    8484                else 
    8585                   // a warning level