Functions

MitkLogExample.cpp File Reference

#include <stdlib.h>
#include <mitkLog.h>

Go to the source code of this file.

Functions

int main (int argc, char **argv)

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 4 of file MitkLogExample.cpp.

References EXIT_SUCCESS, and MITK_INFO.

{
  MITK_INFO << "Test log ..." ;
  return EXIT_SUCCESS;
}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines