อาจเป็นคำถามที่โง่ ทดลองกับเปลือก Mongo
ฉันต้องการทำสิ่งที่ชอบ:
matt@linuxvm:~/mongodb-linux-i686-1.2.3/bin$ ./mongo
MongoDB shell version: 1.2.3
url: test
connecting to: test
Thu Feb 25 20:57:47 connection accepted from 127.0.0.1:37987 #3
type "help" for help
> function test() { debug.log("hello") }
> test()
Thu Feb 25 20:58:06 JS Error: ReferenceError: debug is not defined (shell):0
กล่าวอีกนัยหนึ่งฉันจะส่งออกไปยังคอนโซลได้อย่างไรเมื่อประเมินฟังก์ชัน JS จากภายใน Mongo shell ฉันต้องการสคริปต์ admin / populate ที่ฉันต้องการส่งออกข้อมูลบางอย่าง
ฉันได้ลอง console.log, debug.log, บันทึกสิ่งที่ชัดเจน ..