se.cambio.cds.openehr.util
Class ErrLog

Package class diagram package ErrLog
java.lang.Object
  extended by se.cambio.cds.openehr.util.ErrLog

public class ErrLog
extends Object

Author:
icorram

Method Summary
static ErrLog getDelegate()
           
static File getLogFile()
           
static void limpiarLog()
           
static void log(String msg)
           
static void logException(String msg, Throwable th)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLogFile

public static File getLogFile()

log

public static void log(String msg)

limpiarLog

public static void limpiarLog()
                       throws IOException
Throws:
IOException

logException

public static void logException(String msg,
                                Throwable th)

getDelegate

public static ErrLog getDelegate()


Copyright © 2013 Cambio. All Rights Reserved.