00001 #include <stdlib.h> 00002 #include <mitkLog.h> 00003 00004 int main(int argc, char** argv) 00005 { 00006 MITK_INFO << "Test log ..." ; 00007 return EXIT_SUCCESS; 00008 } 00009