@@ -84,9 +84,7 @@ significant events encountered during the execution of a program.
84
84
| Attribute | Type | Description | Initial value |
85
85
| ------------------| ---------------| -------------------------------------------------| --------------|
86
86
| ` add_blank_line ` | Logical | Flag to precede output with a blank line | ` .false. ` |
87
- | ` buffer ` | Character(:) | Buffer to build output string | Unallocated |
88
87
| ` indent_lines ` | Logical | Flag to indent subsequent lines by four columns | ` .true. ` |
89
- | ` len_buffer ` | Integer | Number of valid characters in buffer | 0 |
90
88
| ` log_units ` | Integer array | List of I/O units used for output | Unallocated |
91
89
| ` max_width ` | Integer | Maximum column width of output | 0 |
92
90
| ` time_stamp ` | Logical | Flag to precede output by a time stamp | ` .true. ` |
@@ -425,7 +423,7 @@ Subroutine
425
423
#### Arguments
426
424
427
425
` self ` : shall be a scalar variable of type ` logger_type ` . It is an
428
- ` intent(inout ) ` argument. It is the logger used to send the message.
426
+ ` intent(in ) ` argument. It is the logger used to send the message.
429
427
430
428
` message ` : shall be a scalar default character expression. It is an
431
429
` intent(in) ` argument.
@@ -508,7 +506,7 @@ Subroutine
508
506
#### Arguments
509
507
510
508
` self ` : shall be a scalar variable of type ` logger_type ` . It is an
511
- ` intent(inout ) ` argument. It is the logger used to send the message.
509
+ ` intent(in ) ` argument. It is the logger used to send the message.
512
510
513
511
` message ` : shall be a scalar default character expression. It is an
514
512
` intent(in) ` argument.
@@ -579,7 +577,7 @@ Subroutine
579
577
580
578
#### Arguments
581
579
` self ` : shall be a scalar variable of type ` logger_type ` . It is an
582
- ` intent(inout ) ` argument. It is the logger used to send the message.
580
+ ` intent(in ) ` argument. It is the logger used to send the message.
583
581
584
582
` message ` : shall be a scalar default character expression. It is an
585
583
` intent(in) ` argument.
@@ -657,7 +655,7 @@ Subroutine
657
655
#### Arguments
658
656
659
657
` self ` : shall be a scalar variable of type ` logger_type ` . It is an
660
- ` intent(inout ) ` argument. It is the logger used to send the message.
658
+ ` intent(in ) ` argument. It is the logger used to send the message.
661
659
662
660
` message ` : shall be a scalar default character expression. It is an
663
661
` intent(in) ` argument.
@@ -733,7 +731,7 @@ Subroutine
733
731
#### Arguments
734
732
735
733
` self ` : shall be a scalar variable of type ` logger_type ` . It is an
736
- ` intent(inout ) ` argument. It is the logger used to send the message.
734
+ ` intent(in ) ` argument. It is the logger used to send the message.
737
735
738
736
` line ` : shall be a scalar default character expression. It is an
739
737
` intent(in) ` argument. It should be the line of text in which the
@@ -879,7 +877,7 @@ Subroutine
879
877
#### Arguments
880
878
881
879
` self ` : shall be a scalar variable of type ` logger_type ` . It is an
882
- ` intent(inout ) ` argument. It is the logger used to send the message.
880
+ ` intent(in ) ` argument. It is the logger used to send the message.
883
881
884
882
` message ` : shall be a scalar default character expression. It is an
885
883
` intent(in) ` argument.
0 commit comments