Example #1
0
 void WriteLog(string text)
 {
     WriteLogFunction?.Invoke("StorageOnEdge Log: " + text);
 }
Example #2
0
 void WriteLog(string text)
 {
     WriteLogFunction?.Invoke("Aotunomouse Log: " + text);
 }
Example #3
0
 void WriteLog(string text)
 {
     WriteLogFunction?.Invoke("VisionAI Log: " + text);
 }