mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-14 06:52:36 +01:00
16 lines
331 B
Plaintext
16 lines
331 B
Plaintext
|
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<NzbDrone.Core.Instrumentation.Log>" %>
|
||
|
<ul>
|
||
|
<li>
|
||
|
<%: Model.Logger %>
|
||
|
</li>
|
||
|
<li>
|
||
|
<%: Model.ExceptionType%>
|
||
|
</li>
|
||
|
<li>
|
||
|
<%: Model.ExceptionMessage%>
|
||
|
</li>
|
||
|
<li>
|
||
|
<%: Model.ExceptionString%>
|
||
|
</li>
|
||
|
</ul>
|