Logging - Functions
Index
PeriLab.Logging_Module.get_log_file
PeriLab.Logging_Module.init_logging
PeriLab.Logging_Module.print_table
PeriLab.Logging_Module.progress_filter
PeriLab.Logging_Module.set_log_file
Logging_Module
PeriLab.Logging_Module.get_log_file
— Methodget_log_file()
Get the log file.
Returns
log_file::String
: The log file.
PeriLab.Logging_Module.init_logging
— Methodinit_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.
PeriLab.Logging_Module.print_table
— Methodprint_table(data::Matrix, datamanager::Module)
Print the table.
Arguments
data::Matrix
: The data.datamanager::Module
: The data manager.
PeriLab.Logging_Module.progress_filter
— Methodprogress_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.
PeriLab.Logging_Module.set_log_file
— Methodset_log_file(filename::String)
Set the log file.
Arguments
filename::String
: The filename.
Returns
log_file::String
: The log file.