com.adobe.mediacore.logging
Class Log

java.lang.Object
  extended by com.adobe.mediacore.logging.Log

public final class Log
extends Object

Class offering access to log subsystem.


Constructor Summary
Log()
           
 
Method Summary
static LogFactory getLogFactory()
           
static Logger getLogger(String logTag)
           
static void setLogFactory(LogFactory logFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log

public Log()
Method Detail

getLogFactory

public static LogFactory getLogFactory()

setLogFactory

public static void setLogFactory(LogFactory logFactory)

getLogger

public static Logger getLogger(String logTag)