Skip to content

Commit d748db1

Browse files
committed
Docs updated
1 parent 5206c08 commit d748db1

File tree

8 files changed

+2275
-1506
lines changed

8 files changed

+2275
-1506
lines changed

docs/neo4j_uploader.html

+604-392
Large diffs are not rendered by default.

docs/neo4j_uploader/_logger.html

+42-77
Large diffs are not rendered by default.

docs/neo4j_uploader/_n4j.html

+215-123
Large diffs are not rendered by default.

docs/neo4j_uploader/_queries.html

+650-674
Large diffs are not rendered by default.

docs/neo4j_uploader/_upload_utils.html

+37-37
Large diffs are not rendered by default.

docs/neo4j_uploader/models.html

+723-202
Large diffs are not rendered by default.

docs/search.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

neo4j_uploader/__init__.py

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
def start_logging():
2727
"""
2828
Enables logging from this module. Log level matches the existing log level of the calling module.
29+
30+
Deprecated:
31+
This function will be removed in the next version. Use standard logger.getLogger("neo4j_uploader") instead.
2932
"""
3033
warnings.warn(
3134
"The 'start_logging' function is deprecated and will be removed in a future version. Use standard logger.getLogger('neo4j_uploader') instead.",

0 commit comments

Comments
 (0)