From ac57caa8c844e5f18f4c84719de0bdcfa668c335 Mon Sep 17 00:00:00 2001 From: Shinwoo PARK Date: Fri, 15 Dec 2023 12:34:03 +0900 Subject: [PATCH] Updated Tutorial (markdown) --- Tutorial.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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