summaryrefslogtreecommitdiff
path: root/rplugin/python3/deoplete/logger.py
AgeCommit message (Collapse)Author
2016-08-12Reformatted imports using PEP8 conventions.Tommy Allen
closes #325
2016-06-20Remove g:deoplete#enable_debug variableShougo Matsushita
2016-03-26Ignore missing pkg_resourcesTommy Allen
Fixes #239
2016-03-24Fix can not get the attributes, and Rename '__logname' to 'name'Koichi Shiraishi
Signed-off-by: Koichi Shiraishi <k@zchee.io>
2016-03-23Use Python's logging facilityTommy Allen
- Updated documentation - Enable logging through RPC request Closes #224