|
org.netbeans.core.startup/1 1.40 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.core.startup.StartLog
public class StartLog
Logger that will enable the logging of important events during the startup annotated with real time and possibly time differences.
| Constructor Summary | |
|---|---|
StartLog()
|
|
| Method Summary | |
|---|---|
static void |
logEnd(String action)
Stop running some interval action. |
static void |
logMeasuredStartupTime(long end)
Logs the startup time. |
static void |
logProgress(String note)
Note that something happened, but not an interval. |
static void |
logStart(String action)
Start running some interval action. |
static boolean |
willLog()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StartLog()
| Method Detail |
|---|
public static void logStart(String action)
action - some identifying stringpublic static void logProgress(String note)
note - some identifying stringpublic static void logEnd(String action)
action - some identifying stringpublic static boolean willLog()
public static void logMeasuredStartupTime(long end)
|
org.netbeans.core.startup/1 1.40 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||