logger Subroutine

public subroutine logger(val, filename)

polymorphic logging to text file, appending new values line by line. logs to disk, auto-creating filename if not given

Arguments

Type IntentOptional AttributesName
class(*), intent(in) :: val
character(len=*), intent(in), optional :: filename

Contents

None