程序包 com.sh.wf.log

类 LogUtil

java.lang.Object
com.sh.wf.log.LogUtil

public class LogUtil extends Object

Description: 流程日志处理对象

Title:首亨软件 - TSS/CRM等

从以下版本开始:
Dec 7, 2012
  • 字段详细资料

    • log4j

      public static org.apache.logging.log4j.Logger log4j
  • 构造器详细资料

    • LogUtil

      public LogUtil()
  • 方法详细资料

    • log

      public static void log(String str)
      记录日志
      参数:
      str - String
    • debug

      public static void debug(String str, Object... params)
    • log

      public static void log(String str, Object... params)
      记录控制台日志
      参数:
      str - String
      params - Object[]
    • flowLogForever

      public static void flowLogForever(FlowContext context, String str)
    • flowLog

      public static void flowLog(FlowContext context, String str)
    • flowLog

      public static void flowLog(FlowContext context, boolean forceLog, String str)
      流程日志
      参数:
      context - FlowContext
      forceLog - boolean
      str - String
    • clearStudioRunLog

      public static void clearStudioRunLog()
      清空流程设计器执行时存储的日志信息
    • getStudioRunLog

      public static String getStudioRunLog()
      获取流程设计器执行时产生的日志信息
      返回:
      String