49 LOGGER( testlog,
"test_param_array" )
55 LINFO( testlog,
"Creating param array" );
58 LINFO( testlog,
"Adding a value" );
61 LINFO( testlog,
"Adding an array" );
70 LINFO( testlog,
"Printing contents:" << array );
72 LINFO( testlog, subnode );
73 LINFO( testlog, subarray );
75 LINFO( testlog,
"Access:" );
77 LINFO( testlog, array[0]() );
78 LINFO( testlog, array[1][
"five-hundred"]() );
79 LINFO( testlog, array[2][0]() );
std::string get_value(unsigned a_index) const
Contains the logger class and macros, based on Kasper's KLogger class.
void push_back(const param &a_value)
bool add(const std::string &a_name, const param &a_value)
Areates a copy of a_value.