...
Link to XML Sections in NHAX Files: XML Sections in Nhax NHAX Files
Error Handling
NhaxLib functions returns a ValidateResult class:
...
string logPath = @"c:\..."
INhaxLogger Logger = NhaxLogger.CreateLogger(logPath, true, 10 * 1024 * 1024);
NhaxLogger.AddLogger(Logger, NhaxLogLevel.Debug);
Sample
Sample code for a utility making use of the NhaxLib is provided at himsa.com
Note |
---|
<Remove sample below> |
Sample
View file | ||
---|---|---|
|
...