PythonMonkey   v1.0.1 (dev)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Console Class Reference

Public Member Functions

 constructor (stdout, stderr, ignoreErrors)
 
return msg split ('\n').map(s
 
get Console ()
 

Static Public Attributes

static customInspectSymbol = customInspectSymbol
 

Detailed Description

Constructor & Destructor Documentation

◆ Console()

get Console::Console ( )

Re-export the Console constructor as global console.Console, like in Node.js

Member Function Documentation

◆ constructor()

Console::constructor (   stdout,
  stderr,
  ignoreErrors 
)

◆ split()

return msg Console::split ( '\n'  )

Format with appropriate grouping level

Returns
{string}

Member Data Documentation

◆ customInspectSymbol

Console::customInspectSymbol = customInspectSymbol
static

Export the nodejs.util.inspect.custom symbol as a static property of Console


The documentation for this class was generated from the following file: