always return logs for LogConfig.Logs
This commit is contained in:
@@ -168,10 +168,6 @@ Public Class LogConfig
|
|||||||
''' <returns>A list of log messages</returns>
|
''' <returns>A list of log messages</returns>
|
||||||
Public ReadOnly Property Logs As List(Of String)
|
Public ReadOnly Property Logs As List(Of String)
|
||||||
Get
|
Get
|
||||||
If Debug = False Then
|
|
||||||
Return New List(Of String)
|
|
||||||
End If
|
|
||||||
|
|
||||||
Dim oTarget = config.FindTargetByName(Of MemoryTarget)(TARGET_MEMORY)
|
Dim oTarget = config.FindTargetByName(Of MemoryTarget)(TARGET_MEMORY)
|
||||||
Return oTarget?.Logs.ToList()
|
Return oTarget?.Logs.ToList()
|
||||||
End Get
|
End Get
|
||||||
|
|||||||
Reference in New Issue
Block a user