Version 2.0.0-0

Public members

XSLogLevel Reference

File
XSFoundation/include/XS/Types/XSLogLevel.h
Author
Jean-David Gadina - www.xs-labs.com
Copyright
© (c) 2020 - Jean-David Gadina - www.xs-labs.com
Date
Sunday, September 27, 2020

Overview

XSLogLevel type definition

Types

XSLogLevel Top

Log levels

typedef enum { XSLogLevelFatal = 0x01, XSLogLevelError = 0x02, XSLogLevelWarning = 0x04, XSLogLevelNotice = 0x08, XSLogLevelInfo = 0x10, XSLogLevelDebug = 0x20, XSLogLevelAll = 0xFF } XSLogLevel;

Constants
  • XSLogLevelFatal
    Fatal error
  • XSLogLevelError
    Error
  • XSLogLevelWarning
    Warning
  • XSLogLevelNotice
    Notice
  • XSLogLevelInfo
    Information
  • XSLogLevelDebug
    Debug information
  • XSLogLevelAll
    All possible levels