Level
public enum Level : Int
Configuration of a log level.
-
Logs everything.
Declaration
Swift
case trace
-
Logs info occurred during chat flow and previous ones.
Declaration
Swift
case info
-
Logs warnings occurred during chat flow and previous ones.
Declaration
Swift
case warning
-
Logs only errors occurred during chat flow.
Declaration
Swift
case error