Custom log level

Is there a provision to define a new Log Level.
My purpose is to identify these logs separately and make provision for its selective deletion.

1 Like

There are usually seven types of log level
As follows
Off
Critical
Error
Warning
Information
Trace
Verbose

Among this we can choose the log level we want
And apart from I believe we won’t be able to define any other log levels

But still if we want to user defined logs (not log level) we can use

User-Defined Logs

Generated according to the process designed by the user in Studio, when using the Log Message activity or the Write Line activity.

And in this logs we have some set of log fields and even in that we can include user defined log fields using ADD LOG FIELD activity

For more details

Cheers @KanadMehta