Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DILogger.cs23 bool SynchronousLogging { get; set; } property
DLogger.cs467 if(!SynchronousLogging) in Dispose()
531 if(SynchronousLogging) in ObjectInnerLog()
547 if(SynchronousLogging) in Flush()
576 public bool SynchronousLogging property in Antmicro.Renode.Logging.Logger.ActualLogger
687SynchronousLogging = ConfigurationManager.Instance.Get("general", "use-synchronous-logging", false… in Init()
691 if(!SynchronousLogging) in Init()