| StoredProcedureLog Property |
The event log that will receive events from this logger.
Namespace:
Galactic.Sql
Assembly:
Galactic.Sql (in Galactic.Sql.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public EventLog Log { get; set; }
Public Property Log As EventLog
Get
Set
public:
virtual property EventLog^ Log {
EventLog^ get () sealed;
void set (EventLog^ value) sealed;
}
abstract Log : EventLog with get, set
override Log : EventLog with get, set
Property Value
Type:
EventLogImplements
IExceptionLoggerLogSee Also