Package 

Class LogUtil


  • 
    public class LogUtil
    
                        

    Log utilities.

    • Method Summary

      Modifier and Type Method Description
      static String getLogTag(String prefix, Object object) Gets the log tag for a object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLogTag

         static String getLogTag(String prefix, Object object)

        Gets the log tag for a object.

        Parameters:
        prefix - desired prefix.
        object - object class.