What is the equivalent command to see list of log files
as we see for data files , command files

select name from v$datafile ;
select name from v$controlfile ;

v$log does not give the name of log files ??