1 write to Log
WasmAppBuilder (1)
IcallTableGenerator.cs (1)
34Log = log;
6 references to Log
WasmAppBuilder (6)
IcallTableGenerator.cs (6)
55Log.LogMessage(MessageImportance.Low, $"Generating icall table to '{outputPath}'."); 57Log.LogMessage(MessageImportance.Low, $"Icall table in {outputPath} is unchanged."); 145Log.Warning("WASM0001", $"Could not get icall, or callbacks for method '{type.FullName}::{method.Name}' because '{ex.Message}'"); 197Log.Warning("WASM0001", $"Failed to generate icall function for method '[{method.DeclaringType!.Assembly.GetName().Name}] {className}::{method.Name}'" + 210string? signature = SignatureMapper.MethodToSignature(method, Log); 217Log.LogMessage(MessageImportance.Low, $"Adding icall signature {signature} for method '{type.FullName}.{method.Name}'");