bbc / tal

TV Application Layer
http://bbc.github.com/tal
Other
559 stars 150 forks source link

Minor err in manual #516

Closed Kogoruhn closed 1 year ago

Kogoruhn commented 6 years ago

Hi! Manual says that

The framework supports the following log types, in ascending severity

log debug info warn error

let's see the source devices/device:

 switch (level) {
 case 'all':
 case 'debug':
     filteredLogging.debug = loggingMethods.debug;
 case 'info':
     filteredLogging.info = loggingMethods.info;
     filteredLogging.log = loggingMethods.log;
 case 'warn':
     filteredLogging.warn = loggingMethods.warn;
 case 'error':
     filteredLogging.error = loggingMethods.error;
 }
kukulaka commented 1 year ago

We have deprecated this project and there are no plans for active development going forward.

Please see the deprecation notice.