9 lines
		
	
	
		
			297 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			297 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package System
 | 
						|
 | 
						|
import "github.com/SommerEngineering/Ocean/Log"
 | 
						|
import LM "github.com/SommerEngineering/Ocean/Log/Meta"
 | 
						|
 | 
						|
func icccSystemStart(data map[string][]string) {
 | 
						|
	Log.LogShort(senderName, LM.CategorySYSTEM, LM.LevelINFO, LM.MessageNameSTARTUP, `The system is now up and ready.`)
 | 
						|
}
 |