Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogger.cs303 …((ActualLogger)emulationManager.CurrentEmulation.CurrentLogger).ObjectInnerLog(o, type, message, a… in LogAs()
316 … ((ActualLogger)emulationManager.CurrentEmulation.CurrentLogger).ObjectInnerLog(o, type, message); in LogAs()
329 …((ActualLogger)emulationManager.CurrentEmulation.CurrentLogger).ObjectInnerLog(o, type, message, a… in LogAs()
342 …((ActualLogger)emulationManager.CurrentEmulation.CurrentLogger).ObjectInnerLog(o, type, message, a… in LogAs()
355 …((ActualLogger)emulationManager.CurrentEmulation.CurrentLogger).ObjectInnerLog(o, type, message, a… in LogAs()
521 … public void ObjectInnerLog(object o, LogLevel type, string message, params object[] args) in ObjectInnerLog() method in Antmicro.Renode.Logging.Logger.ActualLogger