Updated
This commit is contained in:
@@ -14,6 +14,11 @@ namespace EonaCat.Logger.Managers
|
||||
public event LogDelegate OnLog;
|
||||
public delegate void LogDelegate(EonaCatLogMessage message);
|
||||
|
||||
/// <summary>
|
||||
/// Determines if we need to remove the prefix [EonaCatLogger] from each message (default: false)
|
||||
/// </summary>
|
||||
public bool RemoveMessagePrefix { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Header format. Provide a string that specifies how the preamble of each message should be structured. You can use variables including:
|
||||
@@ -148,7 +153,7 @@ namespace EonaCat.Logger.Managers
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Set the origin of where the OnLog event was inititated
|
||||
/// Set the origin of where the OnLog event was initiated
|
||||
/// </summary>
|
||||
public string LogOrigin { get; set; }
|
||||
|
||||
@@ -159,7 +164,7 @@ namespace EonaCat.Logger.Managers
|
||||
private ColorSchema _colors = new ColorSchema();
|
||||
|
||||
|
||||
private bool ConsoleExists()
|
||||
private static bool ConsoleExists()
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user