diff --git a/Tutorial.md b/Tutorial.md index c19f0bc..e3ec3a8 100644 --- a/Tutorial.md +++ b/Tutorial.md @@ -849,4 +849,6 @@ tester.testParameterLoggingWithoutInjection(1); It is same as applying `LoggedFunction` to the method. -But still, if you don't want to apply logging decorator to some methods, you have to apply logging decorator to other methods one by one. \ No newline at end of file +But still, if you don't want to apply logging decorator to some methods, you have to apply logging decorator to other methods one by one. + +## Return Value Logging \ No newline at end of file