log
(since 1.0)
Log a message in console
Description
log
(
mixed message )
Used to add a message in console, a "\n" will be added.
Parameters
message
Message that will be loged, will be converted to string
Examples
Ape.log('foo');
// foo
Ape.log(pipe);
// [object Object]
User notes
Daniel Meeks said:
From my understanding you have to run ape in console mode (daemon = false) and APE.log will show the log messages in the console. 08/02/10 22:04
Post a note
CollaborAPE to our wiki !
Find the information you need on the APE Official Wiki : Install, Server, JSF, Help...

Where can I see the log resulted from this method. I tried to call it from the inlinepush command in the server module, but I can not see the result in the console terminal where I started the APE Server and even in the log file configured in the ape.conf