You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/io.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,7 @@ Logging
224
224
225
225
:mod:`neo` uses the standard Python :mod:`logging` module for logging.
226
226
All :mod:`neo.io` classes have logging set up by default, although not all classes produce log messages.
227
-
The logger name is the same as the full qualified class name, e.g. :class:`neo.io.hdf5io.NeoHdf5IO`.
227
+
The logger name is the same as the full qualified class name, e.g. :class:`neo.io.nixio.NixIO`.
228
228
By default, only log messages that are critically important for users are displayed, so users should not disable log messages unless they are sure they know what they are doing.
229
229
However, if you wish to disable the messages, you can do so::
230
230
@@ -264,22 +264,22 @@ This can also be done for individual IO classes::
0 commit comments