Currently there is no way to initialize logging of BigARTM from clients code. The same applies for changing logging level (verbose / info / error) and logging destination. We need an API in c_interface.h to control this.
As part of this change we should improve the 'void EnableLogging()' method in c_interface.cc, and do not invoke this method from ArtmCreateMasterComponent and ArtmCreateNodeController.
Currently there is no way to initialize logging of BigARTM from clients code. The same applies for changing logging level (verbose / info / error) and logging destination. We need an API in c_interface.h to control this.
As part of this change we should improve the 'void EnableLogging()' method in c_interface.cc, and do not invoke this method from ArtmCreateMasterComponent and ArtmCreateNodeController.