com.application.areca
Class LogHelper

java.lang.Object
  extended by com.application.areca.LogHelper

public class LogHelper
extends java.lang.Object


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Constructor Summary
LogHelper()
           
 
Method Summary
static void logFileInformations(java.lang.String description, java.io.File f)
           
static void logProperties(java.lang.String description, java.util.Properties p)
           
static void logStartupInformations()
           
static void logThreadInformations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogHelper

public LogHelper()
Method Detail

logStartupInformations

public static void logStartupInformations()

logThreadInformations

public static void logThreadInformations()

logFileInformations

public static void logFileInformations(java.lang.String description,
                                       java.io.File f)

logProperties

public static void logProperties(java.lang.String description,
                                 java.util.Properties p)