Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

string logPath = @"c:\..."
INhaxLogger Logger = NhaxLogger.CreateLogger(logPath, true, 10 * 1024 * 1024);
NhaxLogger.AddLogger(Logger, NhaxLogLevel.Debug);

SampleSample

code for An example of a utility making use of the NhaxLib is provided at himsa.com

Note

<Remove sample below>

Sample

View file
nameNhaxFileSplit.zip

...

available here: NHAX FileSplit (Preparing files for Migrator)

The sample code for it is provided under common SDK components at himsa.com