#include <stdlib.h>
#include <mitkLog.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
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; }