开发者

How do I write to the console in Google App Engine (JAVA)?

I am using eclipse and java sdk of app-engine. I found the link for same开发者_开发知识库 question

here

and on stackoverflow

here.

But both are for python.

Is there a way to do it in eclipse?


Well java.lang.System is whitelisted, so won't java.lang.System.out.println(...) work?


Try using the java.util.logging.Logger class. See the docs for examples and more information.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜