LoggerLog Method
Log a message.
Namespace: Logging.HelperAssembly: Logging.Helper (in Logging.Helper.dll) Version: 2.0.6
public bool Log(
string msg,
LogSeverity severity = LogSeverity.Information
)
- msg String
- Message text.
- severity LogSeverity (Optional)
- Identifies the type of trace event.
Boolean if the message was logged, otherwise
is returned.