Package io.rong.common
        Class RLog
- 
                    
                    - All Implemented Interfaces:
 
 @Deprecated() public class RLogUse io.rong.common.rlog.RLog as a replacement. 
- 
                
                    
                    - 
                                
                            
                                Constructor SummaryConstructors Constructor Description RLog()
 - 
                                
                            
                                Method SummaryModifier and Type Method Description static intv(String tag, String msg)Send a VERBOSE log message. static intd(String tag, String msg)Send a DEBUG log message. static inti(String tag, String msg)Send an INFO log message. static intw(String tag, String msg)Send a WARN log message. static inte(String tag, String msg)Send an ERROR log message. static inte(String tag, String msg, Throwable tr)Send a ERROR log message and log the exception. static intf(String tag, String msg)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        vstatic int v(String tag, String msg) Send a VERBOSE log message. - Parameters:
- tag- Used to identify the source of a log message.
- msg- The message you would like logged.
 
 - 
                                        dstatic int d(String tag, String msg) Send a DEBUG log message. - Parameters:
- tag- Used to identify the source of a log message.
- msg- The message you would like logged.
 
 - 
                                        istatic int i(String tag, String msg) Send an INFO log message. - Parameters:
- tag- Used to identify the source of a log message.
- msg- The message you would like logged.
 
 - 
                                        wstatic int w(String tag, String msg) Send a WARN log message. - Parameters:
- tag- Used to identify the source of a log message.
- msg- The message you would like logged.
 
 - 
                                        estatic int e(String tag, String msg) Send an ERROR log message. - Parameters:
- tag- Used to identify the source of a log message.
- msg- The message you would like logged.
 
 - 
                                        estatic int e(String tag, String msg, Throwable tr) Send a ERROR log message and log the exception. - Parameters:
- tag- Used to identify the source of a log message.
- msg- The message you would like logged.
- tr- An exception to log
 
 - 
                                        fstatic int f(String tag, String msg) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-