We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7f0bc commit de119c9Copy full SHA for de119c9
lib/services/logger.js
@@ -57,10 +57,3 @@ export default {
57
warn: (...a) => log('warn', ...a),
58
error: (...a) => log('error', ...a),
59
};
60
-
61
-// Beispiel:
62
-// import logger from './logger.js';
63
-// const a = 'fick';
64
-// const b = { tr: 'lolo' };
65
-// logger.info('hallo', a, b);
66
-// -> In IntelliJ siehst du das Objekt wie bei console.info, plus Prefix
0 commit comments