Chakroun-Anas / turbo-console-log

588 stars 140 forks source link

turbo log for 'suitescript' (javascript based Netsuite language) #198

Open philip-denys opened 1 year ago

philip-denys commented 1 year ago

hi,

in Suitescript we log with the following:

log.debug({ title: 'sample', detail: variable }) or log.error({ title: 'type error', detail: errvariable })

is turboLog adjustable to this?