Forwards the supplied
entry to all configured
Providers.
Namespace:
CuttingEdge.Logging
Assembly:
CuttingEdge.Logging (in CuttingEdge.Logging.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Protected Overrides Function LogInternal ( _
entry As LogEntry _
) As Object |
| Visual C++ |
|---|
protected:
virtual Object^ LogInternal(
LogEntry^ entry
) override |
| JavaScript |
|---|
function logInternal(entry); |
Return Value
When a single provider is configured and forwarding the
entry succeeds, this
method will return the value obtained from that provider (which could be null). When multiple
providers are configured, this method will always return null.
Exceptions
See Also