int tsmStartLogging ( TsmHandle *tsmh, Pyramid *pyramid, int method, const char *destination ) Start logging for old tsmApi interface
Start logging for old tsmApi interface.This function is provided to support logging of tile statistics in the old server-based tsmApi interface. If you use tsmOpen and tsmGetPyramid to query a tileset, then you can use this function to access the logging facilities of tsmApi.
This function is simply a wrapper for the connection-based call, tsmBeginLogging. Please refer to the documentation for that call for further details.