jow- / ucode

JavaScript-like language with optional templating
ISC License
87 stars 24 forks source link

ulog: add new module #133

Closed blogic closed 1 year ago

blogic commented 1 year ago

import * as ulog from 'ulog'; ulog.open('example', [ 'syslog', 'stderr' ]); ulog.info('info\n'); ulog.note('note\n'); ulog.warn('warn\n'); ulog.warn('error: %d\n', -1); ulog.close();

Signed-off-by: John Crispin john@phrozen.org

blogic commented 1 year ago

agreed with Jow that we really need a full fledged libubox binding