renamed control to action to reflect its purpose and be more consistent with asp.net conventions
This commit is contained in:
10
Oqtane.Server/Logging/LogScope.cs
Normal file
10
Oqtane.Server/Logging/LogScope.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Oqtane.Logging
|
||||
{
|
||||
public class LogScope
|
||||
{
|
||||
public string Text { get; set; }
|
||||
public Dictionary<string, object> Properties { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user