Jump to content

LibMISB/LibMISB Introduction/ Functionalities supported: Difference between revisions

Line 13: Line 13:
   * @brief Sets the level for which the messages will be logged
   * @brief Sets the level for which the messages will be logged
   * The orders from less to most verbose modes are:
   * The orders from less to most verbose modes are:
   *  MISB_NONE
   *  LIBMISB_NONE
   *  MISB_ERROR
   *  LIBMISB_ERROR
   *  MISB_WARN
   *  LIBMISB_WARN
   *  MISB_INFO
   *  LIBMISB_INFO
   *  MISB_DEBUG
   *  LIBMISB_DEBUG
   *
   *
   * @param level Level for messages to be logged
   * @param level Level for messages to be logged
Line 27: Line 27:
<syntaxhighlight lang=C>
<syntaxhighlight lang=C>
   libmisb::LibMisb libmisb;
   libmisb::LibMisb libmisb;
   libmisb.SetLogLevel(MISB_DEBUG);
   libmisb.SetLogLevel(LIBMISB_DEBUG);
</syntaxhighlight>
</syntaxhighlight>


Cookies help us deliver our services. By using our services, you agree to our use of cookies.