Skip to content

Commit e6c8f81

Browse files
authored
Apply suggestions from code review
1 parent abc83c7 commit e6c8f81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/stdlib_logger.f90

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ module stdlib_logger
44
!! This module defines a derived type, procedures, a variable, and
55
!! constants to be used for logging information and reporting errors
66
!! in Fortran applications.
7-
!!
7+
!!([Specification](../page/specs/stdlib_logger.html))
8+
89
!! The derived type, `logger_type`, is to be used to define variables to
910
!! serve as both local and global loggers. A logger directs its messages
1011
!! to selected I/O units so the user has a record (a log) of major events.

0 commit comments

Comments
 (0)