coldbox.system.logging

Class LogLevels

railo-context.Component
        extended by coldbox.system.logging.LogLevels
Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
  • author : Luis Majano
  •  

    Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com The different logging levels available in LogBox. Log levels available in the this scope: OFF=-1, FATAL=0, ERROR=1, WARN=2, INFO=3, DEBUG=4

    Method Summary
    any isLevelValid([any level])
    any lookup([any level])
    any lookupAsInt([any level])
    any lookupCF([any level])
     
    Methods inherited from class railo-context.Component
    None

    Method Detail

    isLevelValid

    public any isLevelValid([any level])

    Parameters:
    level

    lookup

    public any lookup([any level])

    Parameters:
    level

    lookupAsInt

    public any lookupAsInt([any level])

    Parameters:
    level

    lookupCF

    public any lookupCF([any level])

    Parameters:
    level