com.mymed.utils
Class MLogger

java.lang.Object
  extended by com.mymed.utils.MLogger

public final class MLogger
extends java.lang.Object

Class to hold the logger facilities for the mymed backend.

Author:
Milo Casagrande

Method Summary
static ch.qos.logback.classic.Logger getDebugLog()
          Deprecated. 
static ch.qos.logback.classic.Logger getInfoLog()
          Deprecated. 
static MLogger getInstance()
          Retrieve the MLogger instance to be used as a singleton
static ch.qos.logback.classic.Logger getLog()
          Deprecated. 
static ch.qos.logback.classic.Logger getLogger()
          Get the default mymed backend logger
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MLogger getInstance()
Retrieve the MLogger instance to be used as a singleton

Returns:
the MLogger instance

getLog

@Deprecated
public static ch.qos.logback.classic.Logger getLog()
Deprecated. 

Get the default mymed backend logger

Returns:
the default logger

getInfoLog

@Deprecated
public static ch.qos.logback.classic.Logger getInfoLog()
Deprecated. 

Get the 'info' level logger of mymed

Returns:
the info level logger

getDebugLog

@Deprecated
public static ch.qos.logback.classic.Logger getDebugLog()
Deprecated. 

Get the 'debug' level logger of mymed

Returns:
the debug level logger

getLogger

public static ch.qos.logback.classic.Logger getLogger()
Get the default mymed backend logger

Returns:
the default logger