Commit 426ff4b
committed
refactor(audience-sdk): promote Log.Prefix to internal and add Log.WarnPrefix
Hoists the SDK stamp into named constants so the sample-app log adapter can strip it back off
without hardcoding the same string.
- Log.cs: promotes Prefix from private to internal and adds WarnPrefix following the "{Prefix}
WARN:" shape Log.Warn emits.
- Log.cs: Warn now reads its prefix from WarnPrefix instead of inlining the format.1 parent 10ce826 commit 426ff4b
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | | - | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments