初始化
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(logger), | intent(inout) | :: | self |
subroutine init(self)
class(logger), intent(inout) :: self
open (newunit=self%unit, file=self%filename, status='replace', action='write')
write (self%unit, '(a)') nowtime()
end subroutine init