Logging - Functions

Index

Logging_module

PeriLab.Logging_module.init_loggingMethod
init_logging(filename::String, debug::Bool, silent::Bool, rank::Int64, size::Int64)

Initialize the logging.

Arguments

  • filename::String: The filename.
  • debug::Bool: If debug is true.
  • silent::Bool: If silent is true.
  • rank::Int64: The rank.
  • size::Int64: The size.
source
PeriLab.Logging_module.progress_filterMethod
progress_filter(log_args)

Filter progress messages.

Arguments

  • log_args: The log arguments.

Returns

  • true: If the message is not a progress message.
  • false: If the message is a progress message.
source