BuildMaster SDK Reference
   
  
    
      
        Version: 
        
      
      
      
      MessageLevel Enumeration
  
            Indicates the significance of a logged message.
            
 
  Inheritance Hierarchy
  
    - object- System.ValueType- System.Enum- Inedo.Diagnostics.MessageLevel
 
 
 
 
  Syntax
  
    public
    enum
    MessageLevel : System.IComparable, System.IFormattable, System.IConvertible
 
  
    Fields
    
      
        |  | Name | Description | 
      
        |  | Debug | 
            To be used for development debugging/analysis purposes.
             | 
      
        |  | Error | 
            An unexpected condition that is not recoverable.
             | 
      
        |  | Information | 
            To be used for configuration debugging/analysis purposes.
             | 
      
        |  | Warning | 
            An unexpected condition that is recoverable.
             |