-
Notifications
You must be signed in to change notification settings - Fork 507
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-6886] SDK logger new utility function
Current utility 'IsEnabledFor' needs module name as an argument to find if given level is enabled for given module, which forces clients to preserve logger module names for this use. This new utility, IsEnabledForLogger - takes logger itself as an argument and it will find module name by accessing logger argument. Change-Id: I0242667c12428a7a99e85184f4d7e639e3beb84e Signed-off-by: Sudesh Shetty <sudesh.shetty@securekey.com>
- Loading branch information
1 parent
2efa8bf
commit 2443ac7
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters