程序包 com.ajaxjs.util

类 BoxLogger

java.lang.Object
com.ajaxjs.util.BoxLogger

public class BoxLogger extends Object
Make log in a box
  • 字段详细资料

  • 构造器详细资料

    • BoxLogger

      public BoxLogger()
  • 方法详细资料

    • boxLine

      public static String boxLine(char left, char fill, char right, String title)
    • boxContent

      public static String boxContent(String key, String value)
    • repeat

      public static String repeat(char c, int n)
    • truncate

      public static String truncate(String s, int maxDisplayLen)
    • getDisplayWidth

      public static int getDisplayWidth(String s)
    • isWideChar

      public static boolean isWideChar(char ch)