Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 468 Bytes

LogLevel.md

File metadata and controls

13 lines (9 loc) · 468 Bytes

freeclimb.Enums.LogLevel

Level of the log. Possible values are info, warning, and error.

Properties

Name Value Notes
INFO info Represented in C# as 1
WARNING warning Represented in C# as 2
ERROR error Represented in C# as 3

[Back to Model list] [Back to API list] [Back to README]