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 a10865b commit bed7905Copy full SHA for bed7905
README.md
@@ -23,7 +23,8 @@ To install this library, use the following command:
23
Usage without metric functionality
24
----------------------------------
25
26
-```
+::
27
+
28
#!/usr/bin/env python
29
30
from logentries import LogentriesHandler
@@ -39,12 +40,13 @@ Usage without metric functionality
39
40
log.info("Info message")
41
42
sleep(10)
43
44
45
Usage with metric functionality
46
-------------------------------
47
48
49
50
from logentries import LogentriesHandler, metrics
51
import time
52
import logging
@@ -59,7 +61,7 @@ Usage with metric functionality
59
61
60
62
if __name__ == '__main__':
63
function_one(1)
64
65
66
Metric.Time()
67
-------------
0 commit comments