Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions SP-Framework/sp-core-library/log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ methods:
- id: source
description: >-
the source from where the error is logged, e.g., the class name. The source provides context information for
the logged error. If the source's length is more than 20, only the first 20 characters are kept.
the logged error. If the source's length is more than 30, only the first 30 characters are kept.
type: string
- id: error
description: the error to be logged
Expand All @@ -53,10 +53,10 @@ methods:
- id: source
description: >-
the source from where the message is logged, e.g., the class name. The source provides context information
for the logged message. If the source's length is more than 20, only the first 20 characters are kept.
for the logged message. If the source's length is more than 30, only the first 30 characters are kept.
type: string
- id: message
description: 'the message to be logged If the message''s length is more than 100, only the first 100 characters are kept.'
description: 'the message to be logged If the message''s length is more than 150, only the first 150 characters are kept.'
type: string
- id: scope
description: >-
Expand All @@ -80,10 +80,10 @@ methods:
- id: source
description: >-
the source from where the message is logged, e.g., the class name. The source provides context information
for the logged message. If the source's length is more than 20, only the first 20 characters are kept.
for the logged message. If the source's length is more than 30, only the first 30 characters are kept.
type: string
- id: message
description: 'the message to be logged If the message''s length is more than 100, only the first 100 characters are kept.'
description: 'the message to be logged If the message''s length is more than 150, only the first 150 characters are kept.'
type: string
- id: scope
description: >-
Expand All @@ -107,10 +107,10 @@ methods:
- id: source
description: >-
the source from where the message is logged, e.g., the class name. The source provides context information
for the logged message. If the source's length is more than 20, only the first 20 characters are kept.
for the logged message. If the source's length is more than 30, only the first 30 characters are kept.
type: string
- id: message
description: 'the message to be logged If the message''s length is more than 100, only the first 100 characters are kept.'
description: 'the message to be logged If the message''s length is more than 150, only the first 150 characters are kept.'
type: string
- id: scope
description: >-
Expand All @@ -120,3 +120,4 @@ methods:
return:
type: void
description: ''