Annotation Type Log.Tag


  • @Retention(RUNTIME)
    @Inherited
    public static @interface Log.Tag
    An annotation for tagging loggers.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The value of the tag.
    • Element Detail

      • value

        java.lang.String value
        The value of the tag.
        Returns:
        a string tag.