Method | Description | |
---|---|---|
ExceptionAggregator ( ILog log, string errorMsg, NLog.LogLevel level = LogLevel.Error ) : System | ||
Execute ( System.Action action ) : void | ||
ThrowIfNeeded ( ) : void |
public ExceptionAggregator ( ILog log, string errorMsg, NLog.LogLevel level = LogLevel.Error ) : System | ||
log | ILog | |
errorMsg | string | |
level | NLog.LogLevel | |
return | System |
public Execute ( System.Action action ) : void | ||
action | System.Action | |
return | void |