Added a shrink changing form but the math seems to be off so it is disabled for the time being. Updated the interface on the main form and the modify record form to include the log viewer and the log console.
This commit is contained in:
@@ -98,6 +98,10 @@ namespace AdvertsingProfitControl
|
||||
message = $"{level}: {message}";
|
||||
logListView.Items.Add(message);
|
||||
logListView.Items[index].ForeColor = color;
|
||||
if (level == Level.Error || level == Level.Critical)
|
||||
{
|
||||
GlobalClasses.WriteToLog(message);
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user