Using APIs to set agents' tag and verbosity for debug purpose.
//set tag for agents for easy debug
mst_agent.set_agent_tag("Master VIP");
//verbosity level which specifies how much debug information to produce
// 0 - No information will be shown.
// 400 - All information will be shown.
mst_agent.set_verbosity(mst_agent_verbosity);