Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
setLogger
Subroutine
MIT
19 statements
Source File
LoggerClass.f90
LoggerClass
setLogger
Contents
None
public subroutine setLogger(this, channel_name, channel_value, channel_id)
Arguments
Type
Intent
Optional
Attributes
Name
class(
Logger_
),
intent(inout)
::
this
character(len=*),
intent(in)
::
channel_name
real(kind=real64),
intent(in),
target
::
channel_value
integer(kind=int32),
intent(in),
optional
::
channel_id
Contents
None