Skip to content

Added support for basic_config()

Compare
Choose a tag to compare
@tclune tclune released this 17 Apr 18:30
· 6 commits to master since this release
3165f91

Added

  • Added basic_config() method for LoggerManager analogous to that
    of Python's logger.
  • Also added overload of get_logger() with no name argument which
    returns the root logger. (Again as per Python.)
  • Added example/basic_config/basic_config.F90 (requires MPI)

Fixed

  • minor bug in default fmt_ for MpiFormatter
    "rank" should have been "mpi_rank".