datatable.options.debug.logger¶
logger
=
The logger object used for reporting calls to datatable core
functions. This option has no effect if
debug.enabled is False.
Parameters¶
return
objectCurrent logger value. Initially, this option is set to None,
meaning that the built-in logger should be used.
value
objectNew logger value.
except
TypeErrorThe exception is raised when value is not an object
having a method .debug(self, msg).
The content on this page is licensed under the Creative Commons Attribution 4.0 License
(CC BY 4.0) ,
and code samples are licensed under the MIT License.