Virtru SDK for C#
2.8.0
Virtru C# SDK module - Create, Read, and Manage TDF3 Files
|
Public Member Functions | |
void | Dispose () |
virtual void | TDFSDKLog (LogMessage logMessage) |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
Protected Attributes | |
bool | swigCMemOwn |
Package Functions | |
ILogger (global::System.IntPtr cPtr, bool cMemoryOwn) | |
Static Package Functions | |
static global::System.Runtime.InteropServices.HandleRef | getCPtr (ILogger obj) |
static global::System.Runtime.InteropServices.HandleRef | swigRelease (ILogger obj) |
Private Member Functions | |
~ILogger () | |
Private Attributes | |
global::System.Runtime.InteropServices.HandleRef | swigCPtr |
An interface for log messages.
If the consumer needs an access to the log message emitted by this library, they have to register an callback so they redirect to any output.
|
inlinepackage |
|
inlineprivate |
|
inline |
|
inlineprotectedvirtual |
|
inlinestaticpackage |
|
inlinestaticpackage |
|
inlinevirtual |
A callback interface for log messages.
logMessage | - The log message structure |
|
protected |
|
private |