@@ -681,6 +681,8 @@ end subroutine handle_write_failure
681
681
682
682
683
683
subroutine log_error ( self , message , module , procedure , stat , errmsg )
684
+ ! ! version: experimental
685
+
684
686
! ! Writes the string `message` to `self % log_units` with optional additional
685
687
! ! text.
686
688
! ! ([Specification](../specs/stdlib_logger.html#log_error-writes-the-string-message-to-self-log_units))
@@ -783,6 +785,8 @@ end subroutine log_error
783
785
784
786
785
787
subroutine log_information ( self , message , module , procedure )
788
+ ! ! version: experimental
789
+
786
790
! ! Writes the string `message` to `self % log_units` with optional additional
787
791
! ! text.
788
792
! !([Specification](../page/specs/stdlib_logger.html#log_information-writes-the-string-message-to-self-log_units))
@@ -839,8 +843,11 @@ end subroutine log_information
839
843
840
844
subroutine log_io_error ( self , message , module , procedure , iostat , &
841
845
iomsg )
846
+ ! ! version: experimental
847
+
842
848
! ! Writes the string `message` to the `self % log_units` with optional
843
849
! ! additional text.
850
+ ! !([Specification](../page/specs/stdlib_logger.html#log_io_error-write-the-string-message-to-self-log_units))
844
851
! !
845
852
! !##### Behavior
846
853
! !
@@ -1192,6 +1199,8 @@ end subroutine log_text_error
1192
1199
1193
1200
1194
1201
elemental function log_units_assigned (self )
1202
+ ! ! version: experimental
1203
+
1195
1204
! ! Returns the number of units assigned to `self % log_units`
1196
1205
! !([Specification](../page/specs/stdlib_logger.html#log_units_assigned-returns-the-number-of-active-io-units))
1197
1206
@@ -1226,6 +1235,8 @@ end function log_units_assigned
1226
1235
1227
1236
1228
1237
subroutine log_warning ( self , message , module , procedure )
1238
+ ! ! version: experimental
1239
+
1229
1240
! ! Writes the string `message` to `self % log_units` with optional additional text.
1230
1241
! !([Specification](../page/specs/stdlib_logger.html#log_warning-write-the-string-message-to-log_units))
1231
1242
@@ -1279,6 +1290,8 @@ end subroutine log_warning
1279
1290
1280
1291
1281
1292
subroutine remove_log_unit ( self , unit , close_unit , stat )
1293
+ ! ! version: experimental
1294
+
1282
1295
! ! Remove the I/O unit from the self % log_units list. If `close_unit` is
1283
1296
! ! present and `.true.` then the corresponding file is closed. If `unit` is
1284
1297
! ! not in `log_units` then nothing is done. If `stat` is present it, by default,
0 commit comments