Click or drag to resize

ILogableWithError Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Core.interfaces
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public interface ILogableWithError : ILogBuilder, 
	ILogable, IAceLogable, ITextRender, ITabLevelControler, IRender, 
	ITextAppendContent, IConsoleControl
Request Example View Source

The ILogableWithError type exposes the following members.

Properties
  NameDescription
Public propertyc (Inherited from ITextRender.)
Public propertycontent (Inherited from ITextRender.)
Public propertyconverter (Inherited from ITextRender.)
Public propertydirectoryScope (Inherited from ITextRender.)
Public propertylastLength (Inherited from ITextRender.)
Public propertyLength (Inherited from ITextRender.)
Public propertylinePrefix (Inherited from ITextRender.)
Public propertylogContent (Inherited from IAceLogable.)
Public propertysettings (Inherited from ITextRender.)
Public propertytabInsert (Inherited from ITabLevelControler.)
Public propertytabLevel (Inherited from ITabLevelControler.)
Public propertyVAR_AllowAutoOutputToConsole (Inherited from IConsoleControl.)
Public propertyVAR_AllowInstanceToOutputToConsole (Inherited from IConsoleControl.)
Public propertyzone (Inherited from ITextRender.)
Top
Methods
  NameDescription
Public methodaddDocument (Inherited from ITextRender.)
Public methodaddPage (Inherited from ITextRender.)
Public methodAppend (Inherited from ITextAppendContent.)
Public methodAppendCite (Inherited from ITextAppendContent.)
Public methodAppendCode(String) (Inherited from ITextAppendContent.)
Public methodAppendCode(String, String) (Inherited from ITextAppendContent.)
Public methodAppendComment (Inherited from ITextAppendContent.)
Public methodAppendDirect (Inherited from ITextAppendContent.)
Public methodAppendFile (Inherited from ITextAppendContent.)
Public methodAppendFrame (Inherited from ITextAppendContent.)
Public methodAppendFromFile (Inherited from ITextAppendContent.)
Public methodAppendFunction (Inherited from ITextAppendContent.)
Public methodAppendHeading (Inherited from ITextAppendContent.)
Public methodAppendHorizontalLine (Inherited from ITextAppendContent.)
Public methodAppendImage (Inherited from ITextAppendContent.)
Public methodAppendLabel (Inherited from ITextAppendContent.)
Public methodAppendLine (Inherited from ITextRender.)
Public methodAppendLine(String) (Inherited from ITextAppendContent.)
Public methodAppendLink (Inherited from ITextAppendContent.)
Public methodAppendList (Inherited from ITextAppendContent.)
Public methodAppendMath (Inherited from ITextAppendContent.)
Public methodAppendPair (Inherited from ITextAppendContent.)
Public methodAppendPairs (Inherited from ITextAppendContent.)
Public methodAppendPanel (Inherited from ITextAppendContent.)
Public methodAppendParagraph (Inherited from ITextAppendContent.)
Public methodAppendPlaceholder (Inherited from ITextAppendContent.)
Public methodAppendQuote (Inherited from ITextAppendContent.)
Public methodAppendSection (Inherited from ITextAppendContent.)
Public methodAppendTable (Inherited from ITextAppendContent.)
Public methodAppendToFile (Inherited from ITextAppendContent.)
Public methodClear (Inherited from ITabLevelControler.)
Public methodclose (Inherited from ITabLevelControler.)
Public methodcloseAll (Inherited from ITextRender.)
Public methodconsoleAltColorToggle (Inherited from ILogBuilder.)
Public methodContentToString (Inherited from ITextRender.)
Public methoderror
Public methodGetContent (Inherited from ITextRender.)
Public methodgetContentBlocks (Inherited from ITextRender.)
Public methodgetDocument (Inherited from ITextRender.)
Public methodgetLastLine (Inherited from ITextRender.)
Public methodloadDocument (Inherited from ITextRender.)
Public methodloadPage (Inherited from ITextRender.)
Public methodlog (Inherited from ILogable.)
Public methodlogEndPhase (Inherited from ILogBuilder.)
Public methodlogStartPhase (Inherited from ILogBuilder.)
Public methodnextTabLevel (Inherited from ITabLevelControler.)
Public methodopen (Inherited from ITabLevelControler.)
Public methodprevTabLevel (Inherited from ITabLevelControler.)
Public methodrootTabLevel (Inherited from ITabLevelControler.)
Public methodsave (Inherited from ILogBuilder.)
Public methodsaveDocument(FileInfo) (Inherited from ITextRender.)
Public methodsaveDocument(String, getWritableFileMode, reportOutputFormatName) (Inherited from ITextRender.)
Public methodsavePage (Inherited from ITextRender.)
Public methodSubcontentClose (Inherited from ITextRender.)
Public methodSubcontentStart (Inherited from ITextRender.)
Public methodToString (Inherited from ITabLevelControler.)
Top
See Also