Skip to content

Instantly share code, notes, and snippets.

@arabold
Last active April 13, 2020 13:51
Show Gist options
  • Save arabold/2e2e5f7b661127e10abc0788e52abee7 to your computer and use it in GitHub Desktop.
Save arabold/2e2e5f7b661127e10abc0788e52abee7 to your computer and use it in GitHub Desktop.
export function createSimpleLogger(): LogHandlerFunc {
return function log(logEntry) {
console.log(logEntry);
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment