mirror of https://gitee.com/bigwinds/arangodb
35 lines
728 B
Markdown
35 lines
728 B
Markdown
Module "console"{#JSModuleConsole}
|
|
==================================
|
|
|
|
@NAVIGATE_JSModuleConsole
|
|
@EMBEDTOC{JSModuleConsoleTOC}
|
|
|
|
Console Module{#JSModuleConsoleIntro}
|
|
=====================================
|
|
|
|
The implementation follows the CommonJS specification
|
|
<a href="http://wiki.commonjs.org/wiki/Console">Console</a>.
|
|
|
|
@anchor JSModuleConsoleDebug
|
|
@copydetails JSF_console_debug
|
|
|
|
@CLEARPAGE
|
|
@anchor JSModuleConsoleError
|
|
@copydetails JSF_console_error
|
|
|
|
@CLEARPAGE
|
|
@anchor JSModuleConsoleInfo
|
|
@copydetails JSF_console_info
|
|
|
|
@CLEARPAGE
|
|
@anchor JSModuleConsoleLog
|
|
@copydetails JSF_console_log
|
|
|
|
@CLEARPAGE
|
|
@anchor JSModuleConsoleWarn
|
|
@copydetails JSF_console_warn
|
|
|
|
@CLEARPAGE
|
|
@anchor JSModuleConsoleGetline
|
|
@copydetails JS_Getline
|