export default function initLog(prefix) { return string => console.log(`${prefix} >>> ${string}`) }