marbl_logging module reference

A non-functioning template of the MARBL logging module.

More…

Data Types

marbl_status_log_entry_type

A non-functioning template of the marbl status log type.

marbl_log_type

A non-functioning template of the marbl status log type.

Functions/Subroutines

log_error_trace()

dummy trace routine

erase()

dummy erase routine

Detailed Description

A non-functioning template of the MARBL logging module.

Type Documentation

type  marbl_logging/marbl_status_log_entry_type

A non-functioning template of the marbl status log type.

Type fields:
  • % elementind :: integer dummy index

  • % lonly_master_writes :: logical dummy flag

  • % logmessage :: character(len=0) dummy message

  • % next :: type(marbl_status_log_entry_type), pointer dummy pointer

[source]

type  marbl_logging/marbl_log_type

A non-functioning template of the marbl status log type.

Type fields:
  • % labort_marbl :: logical, public dummy flag

  • % fulllog :: type(marbl_status_log_entry_type), pointer dummy pointer

  • % log_error_trace :: procedure, public dummy trace routine

  • % erase :: procedure, public dummy erase routine

[source]

Function/Subroutine Documentation

subroutine marbl_logging/log_error_trace(self, RoutineName, CodeLoc, ElemInd)

dummy trace routine

[source]

subroutine marbl_logging/erase(self)

dummy erase routine

[source]

[source]