Home
last modified time | relevance | path

Searched refs:logger (Results 1 – 4 of 4) sorted by relevance

/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/Connection/
DSocketConnection.cs369 … public SocketCommunicator(IEmulationElement logger, int timeoutInMilliseconds, string address) in SocketCommunicator() argument
373 this.logger = logger; in SocketCommunicator()
409logger.DebugLog($"Clients are pending on the listening {ListenerPort} port. Connection queue will … in ResetConnections()
504 logger.DebugLog("Send/Receive task exception: {0}", innerException.Message); in WaitSendOrReceiveTask()
509 logger.DebugLog("Send/Receive task was canceled."); in WaitSendOrReceiveTask()
516logger.DebugLog("Send/Receive task canceled (e.g. due to removing the peripheral)."); in WaitSendOrReceiveTask()
520logger.DebugLog("Error while trying to Send/Receive. Task status: {0}", task.Status); in WaitSendOrReceiveTask()
527logger.DebugLog("Error while trying to Send/Receive. Unexpected number of sent/received bytes: {0}… in WaitSendOrReceiveTask()
531 logger.NoisyLog("Message sent/received succesfully", task.Status); in WaitSendOrReceiveTask()
543 private readonly IEmulationElement logger; field in Antmicro.Renode.Plugins.CoSimulationPlugin.Connection.SocketConnection.SocketCommunicator
/Renode-v1.15.3-c57714d/tests/unit-tests/
Driscv-interrupt-mode.robot36 # this is a hack giving time for the logger to handle all messages
48 # this is a hack giving time for the logger to handle all messages
/Renode-v1.15.3-c57714d/
DREADME.md189 The Renode Monitor is visible alongside an analyzer window displaying UART output and logger.
DCHANGELOG.rst1075 * added static flushing to the logger
1464 * translation block fetch logger messages are now logged with Info instead of Debug level
1474 * crash when the logger console reports width equal to 0