UNPKG
ductile
Version:
latest (1.5.0)
1.5.0
1.4.0
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.9
Elasticsearch Bulk Loader
github.com/algesten/ductile
ductile
/
src
/
elastic-logger.coffee
10 lines
(8 loc)
•
230 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
log
=
require
'bog'
module
.exports = class ElasticLogger constructor: (@
config
) ->
error
:
log
.
error
warning:
log
.warn info:
log
.info
debug
:
log
.
debug
trace: (method, url, body, response,
status
) ->