mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 14:00:06 +00:00 
			
		
		
		
	Boost.Log -> spdlog - wsr88d/rpg
This commit is contained in:
		
							parent
							
								
									dda71133e0
								
							
						
					
					
						commit
						766940e60f
					
				
					 39 changed files with 253 additions and 351 deletions
				
			
		|  | @ -1,10 +1,9 @@ | |||
| #include <scwx/wsr88d/rpg/radar_coded_message.hpp> | ||||
| #include <scwx/util/logger.hpp> | ||||
| 
 | ||||
| #include <istream> | ||||
| #include <string> | ||||
| 
 | ||||
| #include <boost/log/trivial.hpp> | ||||
| 
 | ||||
| namespace scwx | ||||
| { | ||||
| namespace wsr88d | ||||
|  | @ -12,8 +11,8 @@ namespace wsr88d | |||
| namespace rpg | ||||
| { | ||||
| 
 | ||||
| static const std::string logPrefix_ = | ||||
|    "[scwx::wsr88d::rpg::radar_coded_message] "; | ||||
| static const std::string logPrefix_ = "scwx::wsr88d::rpg::radar_coded_message"; | ||||
| static const auto        logger_    = util::Logger::Create(logPrefix_); | ||||
| 
 | ||||
| class RadarCodedMessageImpl | ||||
| { | ||||
|  | @ -77,7 +76,7 @@ bool RadarCodedMessage::Parse(std::istream& is) | |||
| 
 | ||||
| bool RadarCodedMessageImpl::LoadBlocks(std::istream& is) | ||||
| { | ||||
|    BOOST_LOG_TRIVIAL(debug) << logPrefix_ << "Loading Blocks"; | ||||
|    logger_->debug("Loading Blocks"); | ||||
| 
 | ||||
|    pupSiteIdentifier_.resize(4); | ||||
|    productCategory_.resize(5); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat