Package org.freeplane.core.util
Class LogUtils
java.lang.Object
org.freeplane.core.util.LogUtils
Utilities for logging to the standard logfile.
 
 In scripts this class can be accessed via the "global" variable logger,
 so this is the way to log in scripts:
 
  try {
      logger.info("this node as date: " + node.to.date)
  } catch (Exception ex) {
      logger.severe('error on conversion of "' + node.text + '" to date', ex)
  }
 - 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic Stringstatic Loggerstatic voidinfo(Transferable t) static voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic voidstatic void
- 
Constructor Details- 
LogUtilspublic LogUtils()
 
- 
- 
Method Details- 
getLogDirectory
- 
info
- 
info
- 
severe
- 
severe
- 
severe
- 
warn
- 
warn
- 
warn
- 
getLogger
- 
showErrorLogButtonpublic static void showErrorLogButton()
 
-