Add error handling to JSON schemas file reading
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPServiceUtils.ts
index 15edd6dfef63a731370d62dfa76e466abeeeabed..451870862ad1c5630a68fa34da323594e1e27fa7 100644 (file)
@@ -164,6 +164,10 @@ export class OCPPServiceUtils {
     }
   }
 
+  protected static logPrefix(ocppVersion: OCPPVersion): string {
+    return Utils.logPrefix(` OCPP ${ocppVersion} |`);
+  }
+
   protected static getSampledValueTemplate(
     chargingStation: ChargingStation,
     connectorId: number,