Пример #1
0
 /**
  * It is used to change the tag
  *
  * @param tag is the given string which will be used in Logger
  */
 public static Settings init(String tag) {
   return printer.init(tag);
 }
Пример #2
0
 /**
  * It is used to get the settings object in order to change settings
  *
  * @return the settings object
  */
 public static Settings init() {
   return printer.init(DEFAULT_TAG);
 }