Added Splunk Logging and GrayLog Logging
This commit is contained in:
@@ -2,10 +2,14 @@
|
||||
using System.Collections.Generic;
|
||||
using EonaCat.Logger.EonaCatCoreLogger;
|
||||
using EonaCat.Logger.EonaCatCoreLogger.Models;
|
||||
using EonaCat.Logger.GrayLog;
|
||||
using EonaCat.Logger.Syslog;
|
||||
|
||||
namespace EonaCat.Logger.Managers
|
||||
{
|
||||
// This file is part of the EonaCat project(s) which is released under the Apache License.
|
||||
// See the LICENSE file or go to https://EonaCat.com/License for full license details.
|
||||
|
||||
/// <summary>
|
||||
/// Logger settings.
|
||||
/// </summary>
|
||||
@@ -113,6 +117,14 @@ namespace EonaCat.Logger.Managers
|
||||
|
||||
public List<SyslogServer> SysLogServers { get; set; }
|
||||
|
||||
public bool SendToSplunkServers { get; set; }
|
||||
|
||||
public bool SendToGrayLogServers { get; set; }
|
||||
|
||||
public List<SplunkServer.SplunkServer> SplunkServers { get; set; }
|
||||
|
||||
public List<GrayLogServer> GrayLogServers { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Determines if the fileLogging is enabled
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user