|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Copyright (c) 2008-2019, Tomasz Sowa |
|
|
|
|
* Copyright (c) 2008-2022, Tomasz Sowa |
|
|
|
|
* All rights reserved. |
|
|
|
|
*
|
|
|
|
|
* Redistribution and use in source and binary forms, with or without |
|
|
|
@ -79,6 +79,7 @@ public:
|
|
|
|
|
virtual Log & operator<<(double s); |
|
|
|
|
virtual Log & operator<<(const pt::Space & space); |
|
|
|
|
virtual Log & operator<<(LogManipulators m); |
|
|
|
|
virtual Log & operator<<(pt::Log::Manipulators m); |
|
|
|
|
virtual Log & operator<<(const pt::Date & date); |
|
|
|
|
virtual Log & operator<<(morm::Model & model); |
|
|
|
|
|
|
|
|
|