.NET Format Style Fixes
This commit is contained in:
@@ -15,8 +15,12 @@ public class SptBasicLogger<T> : ISptLogger<T>
|
||||
categoryName = typeof(T).Name;
|
||||
}
|
||||
|
||||
public void LogWithColor(string data, LogTextColor? textColor = null, LogBackgroundColor? backgroundColor = null,
|
||||
Exception? ex = null)
|
||||
public void LogWithColor(
|
||||
string data,
|
||||
LogTextColor? textColor = null,
|
||||
LogBackgroundColor? backgroundColor = null,
|
||||
Exception? ex = null
|
||||
)
|
||||
{
|
||||
Console.WriteLine($"{categoryName}: {data}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user