diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/log.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/log.h b/src/lib/log.h index 3efed667b..2acef6601 100644 --- a/src/lib/log.h +++ b/src/lib/log.h @@ -52,6 +52,9 @@ public: void set_types (int types); + /** @param amount Approximate number of bytes to return; the returned value + * may be shorter or longer than this. + */ virtual std::string head_and_tail (int amount = 1024) const = 0; protected: |
