Java Time Print printTime(String msg)

Here you can find the source of printTime(String msg)

Description

print Time

License

Open Source License

Declaration

public static void printTime(String msg) 

Method Source Code

//package com.java2s;
// The MIT License

public class Main {
    public static void printTime(String msg) {
        System.out.println("Time: (" + System.currentTimeMillis() + ") " + msg);
    }//from   ww w . ja va 2 s.c o  m
}

Related

  1. printTime(long millis)
  2. printTime(long starttime, long endtime)
  3. printTime(long time, String spacer)
  4. printTimer(String blah)
  5. printTimes(String what, long... args)
  6. printTimestamp()
  7. printTimeStamp(final String msg)