com.adobe.mediacore.logging
Interface Logger


public interface Logger


Nested Class Summary
static class Logger.Verbosity
           
 
Method Summary
 void clear()
           
 void d(String logTag, String message)
           
 void e(String logTag, String message)
           
 void e(String logTag, String message, Exception exception)
           
 List<LogEntry> getEntries()
           
 void i(String logTag, String message)
           
 void setCapacity(int maxEntryCount)
           
 void setVerbosityLevel(Logger.Verbosity level)
           
 void w(String logTag, String message)
           
 void w(String logTag, String message, Exception exception)
           
 

Method Detail

setCapacity

void setCapacity(int maxEntryCount)

getEntries

List<LogEntry> getEntries()

clear

void clear()

i

void i(String logTag,
       String message)

d

void d(String logTag,
       String message)

w

void w(String logTag,
       String message)

w

void w(String logTag,
       String message,
       Exception exception)

e

void e(String logTag,
       String message)

e

void e(String logTag,
       String message,
       Exception exception)

setVerbosityLevel

void setVerbosityLevel(Logger.Verbosity level)