Skip to content

Commit eedac1e

Browse files
Update README.md
1 parent 9e439ee commit eedac1e

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,11 @@ The usage of FileLog mode is similar to that of TrivialLog mode, except that the
7171

7272
The libarary provides three different attributes to add into Log class.
7373

74-
1. Counter
75-
LineID, used to tell how many information has been logged.
76-
Format: No.#
74+
1. Counter, used to tell how many information has been logged. Format: No.#
7775

78-
2. ThreadID
79-
ThreadID, used to tell which thread logs this information.
80-
Format: T.#
76+
2. ThreadID, used to tell which thread logs this information. Format: T.#
8177

82-
3. TimeStamp
83-
TimeStamp, used to tell when the information is logged
84-
Format(ex): Sun Aug 11 11:48:08 2019
78+
3. TimeStamp, used to tell when the information is logged. Format(ex): Sun Aug 11 11:48:08 2019
8579

8680
## Customization
8781

0 commit comments

Comments
 (0)