UNPKG
react-native-template-mrf
Version:
latest (0.0.1)
0.0.1
react-native-template-mrf
/
project
/
node_modules
/
noop-logger
/
lib
/
index.js
26 lines
(21 loc)
•
259 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/** * Methods. */
var
methods = [
'debug'
,
'info'
,
'warn'
,
'error'
,
'critical'
,
'alert'
,
'emergency'
,
'notice'
,
'verbose'
,
'fatal'
];
/** * Expose methods. */
methods.
forEach
(
function
(
method
){
exports
[method] =
function
(
){}; });