// add target specific things here
namespace datalogger {
    datalogger.setStorage(new FileStorage("log.csv"));
}