mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Get rid of std::cerr logs in collator/validator
This commit is contained in:
parent
3c245c6146
commit
ce6c29941e
14 changed files with 310 additions and 200 deletions
|
@ -264,8 +264,8 @@ class Logger {
|
|||
sb_ << other;
|
||||
return *this;
|
||||
}
|
||||
LambdaPrintHelper<td::Logger> operator<<(const LambdaPrint &) {
|
||||
return LambdaPrintHelper<td::Logger>{*this};
|
||||
LambdaPrintHelper<td::StringBuilder> operator<<(const LambdaPrint &) {
|
||||
return LambdaPrintHelper<td::StringBuilder>{sb_};
|
||||
}
|
||||
|
||||
MutableCSlice as_cslice() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue