Level
A Record's level indicates the importance or severity of the event it describes.
Types
Level
type
Level =
number
Properties
NotSet
This item is read only and cannot be modified. Read Onlysince 0.1.0
</>
Level.NotSet:
Level
Debug
This item is read only and cannot be modified. Read Onlysince 0.1.0
</>
Level.Debug:
Level
- Detail used when diagnosing problems.
Info
This item is read only and cannot be modified. Read Onlysince 0.1.0
</>
Level.Info:
Level
- Confirmation that things are working as expected
Warning
This item is read only and cannot be modified. Read Onlysince 0.1.0
</>
Level.Warning:
Level
- Indication that something unexpected happened, or that something may go wrong in the near future.
Error
This item is read only and cannot be modified. Read Onlysince 0.1.0
</>
Level.Error:
Level
- Indication that something couldn't be done due to a more serious problem.
Critical
This item is read only and cannot be modified. Read Onlysince 0.1.0
</>
Level.Critical:
Level
- Indication that the program itself may not be able to continue due to a serious error.