Home
last modified time | relevance | path

Searched refs:Logger (Results 1 – 25 of 67) sorted by relevance

123

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/Crypto/
DInternalMemoryAccessor.cs26Logger.Log(LogLevel.Error, "Trying to read outside of {0} internal memory, at offset 0x{1:X}", Nam… in ReadDoubleWord()
30Logger.Log(LogLevel.Debug, "Read value 0x{0:X} from memory {1} at offset 0x{2:X}", result, Name, o… in ReadDoubleWord()
38Logger.Log(LogLevel.Error, "Trying to read {0} bytes outside of {1} internal memory, at offset 0x{… in ReadBytes()
51Logger.Log(LogLevel.Error, "Trying to write value 0x{0:X} outside of {1} internal memory, at offse… in WriteDoubleWord()
54Logger.Log(LogLevel.Debug, "Writing value 0x{0:X} to memory {1} at offset 0x{2:X}", value, Name, o… in WriteDoubleWord()
66Logger.Log(LogLevel.Error, "Trying to write {0] bytes outside of {1} internal memory, at offset 0x… in WriteBytes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/TAPHelper/
DTAPTools.cs55Logger.Log(LogLevel.Debug, "Could not create ioctl socket, error {0}", Marshal.GetLastWin32Error()… in Up_TUNTAP()
66Logger.Log(LogLevel.Debug, "Could not get flags on TUN/TAP interface, error {0}", Marshal.GetLastW… in Up_TUNTAP()
80Logger.Log(LogLevel.Debug, "Could not activate TUN/TAP interface, error {0}", Marshal.GetLastWin32… in Up_TUNTAP()
99Logger.Log(LogLevel.Debug, "Could not open /dev/net/tun, error: {0}", Marshal.GetLastWin32Error()); in Open_TUNTAP()
127Logger.Log(LogLevel.Debug, "Could not set TUNSETIFF, error: {0}", Marshal.GetLastWin32Error()); in Open_TUNTAP()
136Logger.Log(LogLevel.Debug, "Could not set TUNSETPERSIST, error: {0}", Marshal.GetLastWin32Error()); in Open_TUNTAP()
147 Logger.Log(LogLevel.Debug, "Could not bring device up, do it manually."); in Open_TUNTAP()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DTypeManager.cs89 Logger.LogAs(this, LogLevel.Noisy, "Loading assembly {0}.", path); in ScanFile()
97Logger.LogAs(this, LogLevel.Noisy, "Assembly loaded, there are now {0} types in dictionaries.", Ge… in ScanFile()
107 Logger.LogAs(this, LogLevel.Noisy, "Scanning directory {0}.", path); in Scan()
114Logger.LogAs(this, LogLevel.Noisy, "Scanning took {0}s, there are now {1} types in dictionaries.",… in Scan()
128 Logger.LogAs(this, LogLevel.Noisy, "Binding extension methods for {0}.", fullName); in GetExtensionMethods()
130 Logger.LogAs(this, LogLevel.Noisy, "{0} methods bound.", methodInfos.Length); in GetExtensionMethods()
255Logger.LogAs(this, LogLevel.Noisy, "Assembly '{0}' resolved by exact match from '{1}'.", args.Name… in ResolveAssembly()
259Logger.LogAs(this, LogLevel.Noisy, "Assembly '{0}' resolved by simple name '{1}' from '{2}'.", arg… in ResolveAssembly()
275 Logger.LogAs(this, LogLevel.Noisy, "Ignoring assembly '{0}'", assembly); in ScanInner()
354Logger.LogAs(this, LogLevel.Noisy, "Loaded assembly {0} ({1} triggered).", path, type.FullName); in GetTypeWithLazyLoad()
[all …]
DCachingFileFetcher.cs64Logger.LogAs(this, LogLevel.Error, "Cannot perform concurrent downloads, aborting..."); in TryFetchFromUri()
146 Logger.Log(LogLevel.Error, "Wrong size of the downloaded file, aborting"); in TryFetchFromUriInner()
152 Logger.Log(LogLevel.Error, "Wrong checksum of the downloaded file, aborting"); in TryFetchFromUriInner()
176 Logger.LogAs(this, LogLevel.Info, "Download cancelled."); in TryDownload()
182Logger.Log(LogLevel.Error, "Failed to download from {0}, reason: {1} (attempt {2}/{3})", uri, webE… in TryDownload()
187 Logger.LogAs(this, LogLevel.Info, "Download done."); in TryDownload()
193 Logger.Log(LogLevel.Error, "Download failed {0} times, aborting.", attempts); in TryDownload()
207 Logger.LogAs(this, LogLevel.Info, "Downloading {0}.", uri); in TryDownloadInner()
250 Logger.Log(LogLevel.Info, "Decompressing file"); in Decompress()
256 Logger.Log(LogLevel.Info, "Decompression done"); in Decompress()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DLoggerFileCommand.cs40 if(Logger.GetBackends().TryGetValue(BackendName, out var backend)) in InnerRun()
46 Logger.RemoveBackend(backend); in InnerRun()
48 Logger.AddBackend(new FileBackend(path, flushAfterEveryWrite), BackendName, true); in InnerRun()
DLastLogCommand.cs41 Logger.Flush(); in PrintLastLogs()
47 if(!Logger.GetBackends().TryGetValue(MemoryBackend.Name, out var backend)) in PrintLastLogs()
DTimeCommand.cs21 Logger.LogAs(monitor, LogLevel.Info, output); in Run()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/
DInterferenceQueue.cs43Logger.Log(LogLevel.Error, "InterferenceQueue.Add: sender non-stale entry present"); in Add()
53Logger.Log(LogLevel.Noisy, "InterferenceQueue.Add at {0}: [{1}]", addTime, BitConverter.ToString(c… in Add()
63 Logger.Log(LogLevel.Error, "InterferenceQueue.Remove: entry not found"); in Remove()
69Logger.Log(LogLevel.Noisy, "InterferenceQueue.Remove at {0}, OTA time={1}: [{2}] - removed", in Remove()
77Logger.Log(LogLevel.Noisy, "InterferenceQueue.Remove at {0}, OTA time={1}: [{2}] - marking it stal… in Remove()
97 Logger.Log(LogLevel.Error, "InterferenceQueue.GetTxStartTime: entry not found"); in GetTxStartTime()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DLoggerBackend.cs29 Logger.SetLogLevel(this, level, sourceId); in SetLogLevel()
69 logLevel = Logger.DefaultLogLevel; in Reset()
81 logLevel = Logger.DefaultLogLevel; in LoggerBackend()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/ConsoleBackendAnalyzers/
DProcessBasedProvider.cs74Logger.LogAs(this, LogLevel.Error, "There was an error while starting {0} with arguments: {1}. It … in LogError()
93Logger.LogAs(this, LogLevel.Warning, "Could not find binary: {0}", p.StartInfo.FileName); in RunProcess()
97Logger.LogAs(this, LogLevel.Error, "There was an error when starting process: {0}", e.Message); in RunProcess()
/Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/TracePlugin/Handlers/
DDefaultFunctionHandler.cs26Logger.Log(LogLevel.Debug, "Call {0} @ 0x{1:X} ({2})",functionName, pc, arguments.Stringify(", ")); in CallHandler()
31Logger.Log(LogLevel.Debug, "Return from {0} @ 0x{1:X} ({2})",functionName, pc, argument.First()); in ReturnHandler()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DCommandLineInterface.cs43 Logger.AddBackend(ConsoleBackend.Instance, "console"); in Run()
52 Logger.AddBackend(new MemoryBackend(), "memory"); in Run()
75Logger.Log(LogLevel.Warning, "Couldn't start UI - falling back to console mode"); in Run()
127 Logger.AddBackend(ConsoleBackend.Instance, "console", true); in Run()
144 Logger.RemoveBackend(ConsoleBackend.Instance); in Run()
176Logger.Log(LogLevel.Info, "Monitor available in telnet mode on port {0}", options.Port); in PrepareShell()
DConsoleWindowBackendAnalyzer.cs60Logger.Log(LogLevel.Warning, "There is no default public constructor for {0} console backend analy… in Show()
67Logger.Log(LogLevel.Warning, "Could not open {0} console backend analyzer provider. Trying the nex… in Show()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DEchoService.cs37Logger.Log(LogLevel.Info, "Echo: Sending {0} bytes: '{1}' to modem, {2} bytes left after this", in Receive()
44 Logger.Log(LogLevel.Info, "Echo: Received packet of size {0}: '{1}'", in Send()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/
DDataStorage.cs19Logger.Log(LogLevel.Warning, "Create method is obsolete, please use CreateFromFile method"); in Create()
42Logger.Log(LogLevel.Warning, "Create method is obsolete, please use CreateInTemporaryFile method"); in Create()
DLBABackend.cs62Logger.LogAs(this, LogLevel.Noisy, "Reading {0} blocks ({1}B), starting at block no {2}.", in Read()
71Logger.LogAs(this, LogLevel.Noisy, "Writing {0} blocks ({1}B), starting at block no {2}.", in Write()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/NORFlash/
DDecodedOperation.cs32Logger.Log(LogLevel.Warning, "Tried to set address length to {0} bytes while decoding operation. A…
37Logger.Log(LogLevel.Warning, "Tried to set address length to {0} bytes while decoding operation. A…
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArmSnoopControlUnit.cs44Logger.Log(LogLevel.Debug, "Registered CPU {0} at index {1}", cpu.GetName(), registeredCPUs.Count); in RegisterCPU()
89Logger.Log(LogLevel.Error, "CPU {0} is not registered in Snoop Control Unit", cpu.GetName()); in WriteDoubleWord()
93Logger.Log(LogLevel.Warning, "Tried to write value {0} at offset {1}, but access for CPU {2} has b… in WriteDoubleWord()
216Logger.Log(LogLevel.Error, "Number of CPUs: {0} is more than the maximum supported. Capping CPUs n… in CheckRegisteredCPUs()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DCommand.cs81Logger.LogAs(this, LogLevel.Warning, "Translation address failed for write access type!"); in TryTranslateAddress()
91Logger.LogAs(this, LogLevel.Warning, "Translation address failed for both read and instruction fet… in TryTranslateAddress()
98Logger.LogAs(this, LogLevel.Debug, "Translation address failed for {0} access type! Returned trans… in TryTranslateAddress()
104Logger.LogAs(this, LogLevel.Warning, "Translation address missmatch for read and instruction fetch… in TryTranslateAddress()
158Logger.LogAs(this, LogLevel.Warning, "Could not translate address 0x{0:X} to a valid physical addr… in TryAddTranslatedMemoryFragment()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DPseudorandomNumberGenerator.cs32Logger.Log(LogLevel.Warning, "Pseudorandom Number Generator has already been used with seed {0}. N… in ResetSeed()
99Logger.Log(LogLevel.Info, "Pseudorandom Number Generator was created with seed: {0}", baseSeed); in GetOrCreateGenerator()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/
DFileLoaderExtensions.cs29 Logger.LogAs(loader, LogLevel.Debug, "Loading binary file {0}.", fileName); in LoadBinary()
67 Logger.LogAs(loader, LogLevel.Debug, "Loading HEX file {0}.", fileName); in LoadHEX()
182 Logger.LogAs(loader, LogLevel.Debug, "Loading S-record file {0}.", fileName); in LoadSRecord()
340Logger.Log(LogLevel.Warning, "S-record loader: Found start addres: 0x{0:X}, but no cpu is selected… in LoadSRecord()
362Logger.Log(LogLevel.Warning, "S-record loader: Attempted to load empty file {0}", fileName); in LoadSRecord()
377 Logger.LogAs(loader, LogLevel.Debug, "Loading ELF file {0}.", fileName); in LoadELF()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/IEEE802_15_4/
DFrame.cs59Logger.Log(LogLevel.Error, "Cannot calculate CRC of invalid length {0}", crcLength); in CalculateCRC()
84 Logger.Log(LogLevel.Error, "Cannot check CRC of invalid length {0}", crcLength); in CheckCRC()
211Logger.Log(LogLevel.Error, "Cannot generate CRC of invalid length {0}, the packet will not contain… in Encode()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DWriteDataToMemoryCommand.cs28Logger.LogAs(this, LogLevel.Warning, "length argument does not match the size of sent data."); in WriteHexData()
42Logger.LogAs(this, LogLevel.Warning, "length argument does not match the size of sent data."); in WriteBinaryData()
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/Events/
DX11EventSource.cs77 Logger.LogAs(this, LogLevel.Warning, "Unhandled keycode: {0}", keyCode); in KeyPressed()
89 Logger.LogAs(this, LogLevel.Warning, "Unhandled keycode: {0}", keyCode); in KeyReleased()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Debug/
DDebugHelper.cs28 Logger.Log(null, LogLevel.Error, formattedMessage); in Assert()

123