renamed control to action to reflect its purpose and be more consistent with asp.net conventions
This commit is contained in:
13
Oqtane.Server/Logging/DBLoggerOptions.cs
Normal file
13
Oqtane.Server/Logging/DBLoggerOptions.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace Oqtane.Logging
|
||||
{
|
||||
public class DBLoggerOptions
|
||||
{
|
||||
public DBLoggerOptions()
|
||||
{
|
||||
}
|
||||
|
||||
public LogLevel LogLevel { get; set; } = LogLevel.Information;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user