用户登录
用户注册

分享至

Google App Engine - 配置默认记录器以发送电子邮件

  • 作者: 小乖乖喵
  • 来源: 51数据库
  • 2022-10-26

问题描述

在我的 GAE/J 应用程序中,如何配置默认记录器以通过电子邮件报告错误?

In my GAE/J application, how would I configure the default logger to report errors via email?

推荐答案

一个 **TPHandler 已经存在,但由于不满足的依赖关系,不能与 GAE/J 一起使用.看一下**TPHandler的源码,适配GAE/J.

An **TPHandler already exists, but cannot be used with GAE/J because of unsatisfied dependencies. Take a look at the source code of **TPHandler and adapt it to GAE/J.

软件
前端设计
程序设计
Java相关