Class Messages
- Namespace
- Macad.Core
- Assembly
- Macad.Core.dll
public static class Messages
- Inheritance
-
Messages
Methods
public static void Error(string line, string explanation = null, Entity sender = null)
line string
explanation string
sender Entity
public static void Exception(string line, Exception exception, Entity sender = null)
line string
exception Exception
sender Entity
public static void Info(string line, string explanation = null, Entity sender = null)
line string
explanation string
sender Entity
public static void Report(Message_Report report)
report Message_Report
public static void Trace(string line, string explanation = null, Entity sender = null)
line string
explanation string
sender Entity
public static void Warning(string line, string explanation = null, Entity sender = null)
line string
explanation string
sender Entity