openfl.native.native.setup_logging

Contents

openfl.native.native.setup_logging#

openfl.native.native.setup_logging(level='INFO', log_file=None)[source]#

Initializes logging settings.

Parameters:
  • level (str, optional) – The log level. Defaults to ‘INFO’.

  • log_file (str, optional) – The name of the file to log to.

  • None (If)

  • None. (logs are not saved to a file. Defaults to)