/*
* call-seq:
* log(string) -> array
* log(string, string) -> array
*
* Returns the log messages of given log section identifier (first argument).
* If a second string is given, it will be appended to the specified log first.
*/
static VALUE x_log(int argc, VALUE *argv, VALUE self) {