开发者

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

开发者 https://www.devze.com 2023-01-04 16:23 出处:网络
I am using eclipse and java sdk of app-engine. I found the link for same开发者_开发知识库 question

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

精彩评论

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

关注公众号