T type logging
This commit is contained in:
@@ -2,10 +2,10 @@ namespace Core.Utils
|
||||
{
|
||||
public class ProgressWriter
|
||||
{
|
||||
private readonly int _total;
|
||||
private readonly int? _maxBarLength;
|
||||
private readonly string? _barFillChar;
|
||||
private readonly string? _barEmptyChar;
|
||||
protected int _total;
|
||||
protected int? _maxBarLength;
|
||||
protected string? _barFillChar;
|
||||
protected string? _barEmptyChar;
|
||||
|
||||
public ProgressWriter(int total, int maxBarLength, string barFillChar, string barEmptyChar)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user