Module windsh_core::logs[][src]

Logs

There are parts of the application where the use or registration of logs is needed either to show them to the user graphically or to register them in session files.

This is where the mod logs appears, which contains functions that will help us to do this job.

Structs

Log

this is the structure that a log should have, this is global for any level we can use them as follows:

Enums

LogLevel

these are possible levels for a log. we can use them as follows: