Skip to content

Commit 4995d00

Browse files
milancurcicjvdp1
andauthored
Update doc/specs/stdlib_logger.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 87006f6 commit 4995d00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/specs/stdlib_logger.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,15 @@ an `intent(in)` argument. It shall be the name of the file to be opened.
176176
```fortran
177177
program demo_global_logger
178178
use stdlib_logger, global => global_logger
179-
...
179+
180180
integer :: unit, stat
181-
...
181+
182182
call global % add_log_file( 'error_log.txt', unit, &
183183
position='asis', stat=stat )
184184
if ( stat /= success ) then
185185
error stop 'Unable to open "error_log.txt".'
186186
end if
187-
...
187+
188188
end program demo_global_logger
189189
```
190190

0 commit comments

Comments
 (0)