azpaddypy 0.1.7__py3-none-any.whl → 0.1.9__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mgmt → azpaddypy/mgmt}/logging.py +4 -0
- {azpaddypy-0.1.7.dist-info → azpaddypy-0.1.9.dist-info}/METADATA +1 -1
- azpaddypy-0.1.9.dist-info/RECORD +9 -0
- azpaddypy-0.1.9.dist-info/top_level.txt +1 -0
- azpaddypy-0.1.7.dist-info/RECORD +0 -9
- azpaddypy-0.1.7.dist-info/top_level.txt +0 -2
- {mgmt → azpaddypy/mgmt}/__init__.py +0 -0
- {test_function → azpaddypy/test_function}/__init__.py +0 -0
- {test_function → azpaddypy/test_function}/function_app.py +0 -0
- {azpaddypy-0.1.7.dist-info → azpaddypy-0.1.9.dist-info}/WHEEL +0 -0
- {azpaddypy-0.1.7.dist-info → azpaddypy-0.1.9.dist-info}/licenses/LICENSE +0 -0
@@ -174,6 +174,10 @@ class AzureLogger:
|
|
174
174
|
enhanced_extra.update(extra)
|
175
175
|
|
176
176
|
return enhanced_extra
|
177
|
+
|
178
|
+
def exception(self, message: str, extra: Optional[Dict[str, Any]] = None):
|
179
|
+
"""Log debug message with enhanced context"""
|
180
|
+
self.logger.exception(message, extra=self._enhance_extra(extra))
|
177
181
|
|
178
182
|
def debug(self, message: str, extra: Optional[Dict[str, Any]] = None):
|
179
183
|
"""Log debug message with enhanced context"""
|
@@ -0,0 +1,9 @@
|
|
1
|
+
azpaddypy/mgmt/__init__.py,sha256=5-0eZuJMZlCONZNJ5hEvWXfvLIM36mg7FsEVs32bY_A,183
|
2
|
+
azpaddypy/mgmt/logging.py,sha256=TCOjec_DSvN4wqqzGihn24XXjUZ2NpFm2cG3UxYUWSA,25666
|
3
|
+
azpaddypy/test_function/__init__.py,sha256=0NjUl36wvUWV79GpRwBFkgkBaC6uDZsTdaSVOIHMFEU,3481
|
4
|
+
azpaddypy/test_function/function_app.py,sha256=6nX54-iq0L1l_hZpD6E744-j79oLxdaldFyWDCpwH7c,3867
|
5
|
+
azpaddypy-0.1.9.dist-info/licenses/LICENSE,sha256=hQ6t0g2QaewGCQICHqTckBFbMVakGmoyTAzDpmEYV4c,1089
|
6
|
+
azpaddypy-0.1.9.dist-info/METADATA,sha256=srjAa16qE_vCvXvKucLGUCC00EnxPB7CIU4L80_WWwQ,304
|
7
|
+
azpaddypy-0.1.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
8
|
+
azpaddypy-0.1.9.dist-info/top_level.txt,sha256=hsDuboDhT61320ML8X479ezSTwT3rrlDWz1_Z45B2cs,10
|
9
|
+
azpaddypy-0.1.9.dist-info/RECORD,,
|
@@ -0,0 +1 @@
|
|
1
|
+
azpaddypy
|
azpaddypy-0.1.7.dist-info/RECORD
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
azpaddypy-0.1.7.dist-info/licenses/LICENSE,sha256=hQ6t0g2QaewGCQICHqTckBFbMVakGmoyTAzDpmEYV4c,1089
|
2
|
-
mgmt/__init__.py,sha256=5-0eZuJMZlCONZNJ5hEvWXfvLIM36mg7FsEVs32bY_A,183
|
3
|
-
mgmt/logging.py,sha256=9u114Ji-cwBMUf8D02i_b_Ei2dZc3TaIUH4uJv_tmSc,25451
|
4
|
-
test_function/__init__.py,sha256=0NjUl36wvUWV79GpRwBFkgkBaC6uDZsTdaSVOIHMFEU,3481
|
5
|
-
test_function/function_app.py,sha256=6nX54-iq0L1l_hZpD6E744-j79oLxdaldFyWDCpwH7c,3867
|
6
|
-
azpaddypy-0.1.7.dist-info/METADATA,sha256=-04_CkdsFyFSbUHzddoqbvL0S4cWx2BfLax8t48ueow,304
|
7
|
-
azpaddypy-0.1.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
8
|
-
azpaddypy-0.1.7.dist-info/top_level.txt,sha256=wCjIwMZJaxbmRG_W4H2ZR9OmBJP3oKfhtvxrODAZqAo,19
|
9
|
-
azpaddypy-0.1.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|