BenSelect Documentation
ILog Interface
Members  See Also  Send Feedback
Selerix.Foundation Namespace : ILog Interface
Interface ILog

Syntax

JScript 
public interface ILog 

Public Properties

 NameDescription
 PropertyIsDebugEnabledGets a value indicating whether this instance is debug enabled.  
 PropertyIsErrorEnabledGets a value indicating whether this instance is error enabled.  
 PropertyIsFatalEnabledGets a value indicating whether this instance is fatal enabled.  
 PropertyIsInfoEnabledGets a value indicating whether this instance is information enabled.  
 PropertyIsWarnEnabledGets a value indicating whether this instance is warn enabled.  
Top

Public Methods

 NameDescription
 MethodDebugOverloaded. Debugs the specified message.  
 MethodDebugDataDebug the specified message and attach data file.  
 MethodDebugFormatDebugs the format.  
 MethodErrorOverloaded. Errors the specified message.  
 MethodErrorFormatErrors the format.  
 MethodFatalOverloaded. Fatals the specified message.  
 MethodFatalFormatFatals the format.  
 MethodInfoOverloaded. Informations the specified message.  
 MethodInfoFormatInformations the format.  
 MethodWarnOverloaded. Warns the specified message.  
 MethodWarnFormatWarns the format.  
Top

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.