Exemple #1
0
 private void OnGeneralWarningInfo(string msg) => CCon_GeneralInfo.WriteLine($"> [WARNING] {msg}");
Exemple #2
0
 private void OnGeneralInfo(string msg) => CCon_GeneralInfo.WriteLine($"> {msg}");
Exemple #3
0
 private void OnGeneralErrorInfo(string msg) => CCon_GeneralInfo.WriteLine($"> [ERROR] {msg}");