LogEventPublisherPublish(String, String, Exception) Method
Raises a log message with the provided data.
Namespace: Gemstone.DiagnosticsAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.166 -- Release Build+512629cab095d663bbc2d1128ee85eded50c2562
Public Sub Publish (
Optional message As String = Nothing,
Optional details As String = Nothing,
Optional exception As Exception = Nothing
)
public:
void Publish(
String^ message = nullptr,
String^ details = nullptr,
Exception^ exception = nullptr
)
function Publish(message, details, exception);
Parameters
- message String (Optional)
[Missing <param name="message"/> documentation for "M:Gemstone.Diagnostics.LogEventPublisher.Publish(System.String,System.String,System.Exception)"]
- details String (Optional)
- A long text field with the details of the message.
- exception Exception (Optional)
- An exception object if one is provided.