类 CommonLog

    • 字段详细资料

      • serialVersionUID

        private static final long serialVersionUID
        另请参阅:
        常量字段值
      • type

        private String type
        日志类型
      • clientId

        private String clientId
        客户端ID
      • title

        private String title
        日志标题
      • operation

        private String operation
        操作内容
      • method

        private String method
        执行方法
      • url

        private String url
        请求路径
      • params

        private String params
        参数
      • ip

        private String ip
        ip地址
      • executeTime

        private Long executeTime
        耗时
      • location

        private String location
        地区
      • tenantId

        private Integer tenantId
        租户ID
      • exception

        private String exception
        异常信息
    • 构造器详细资料

      • CommonLog

        public CommonLog()