mirror of
				https://github.com/viq/NewsBlur.git
				synced 2025-11-01 09:09:16 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			197 B
		
	
	
	
		
			CoffeeScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			197 B
		
	
	
	
		
			CoffeeScript
		
	
	
	
	
	
info = (username, message) ->
 | 
						|
    timestamp = new Date().toISOString().replace(/T/, ' ').replace(/\..+/, '')
 | 
						|
    console.log "[#{timestamp}]  ---> [#{username}] #{message}"
 | 
						|
    
 | 
						|
exports.info = info |