Retrieve data set
+ with
Set the log level for current process.
+The log level for a process overrides the primary and module + log level of Logger for log events originating from current + process. Notice, however, that it does not override the + level configuration for any handler.
+For example: Assume that the primary log level for Logger
+ is
With this configuration, no debug messages will be logged, + since they are all stopped by the primary log level.
+If the level for current process is now set
+ to
Debug events from other processes are still not logged.
+To change the primary log level for Logger, use
+
To change the log level for a handler, use
+
Delete data set
+ with