new logger works now
FossilOrigin-Name: 8caefb55dcea0bebc0d75368d38571c71bbf656b7bcea4d4c34bfda93367982a
This commit is contained in:
		@ -98,15 +98,20 @@ extern void test_sets();
 | 
			
		||||
 | 
			
		||||
int main(int argc, char *argv[])
 | 
			
		||||
{
 | 
			
		||||
/*	cw_log_init();
 | 
			
		||||
	cw_log(LOG_ERROR,"Hello Debug World222");
 | 
			
		||||
	exit(0);
 | 
			
		||||
*/	
 | 
			
		||||
/*
 | 
			
		||||
	char * dump_data = "Eine kleine Mickey Maus zog sich mal die Hosen\
 | 
			
		||||
	aus, zog sie wieder an, und du bist dran. Dran bist du noch lange nicht\
 | 
			
		||||
	musst erst sagen, wie alt du bist.";
 | 
			
		||||
	
 | 
			
		||||
	char * result = cw_format_dump(dump_data,strlen(dump_data),0);
 | 
			
		||||
	char * result = cw_format_dump(dump_data,strlen(dump_data),NULL);
 | 
			
		||||
	
 | 
			
		||||
	printf("Dump Result:\n%s\n", result);
 | 
			
		||||
	exit(0);
 | 
			
		||||
	
 | 
			
		||||
*/	
 | 
			
		||||
	
 | 
			
		||||
/*	char data[100];
 | 
			
		||||
	mavl_t im;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user