C# Class Beaver.ConfigTransformation.InPlaceTransformer.CollectionXmlTransformationLogger

Inheritance: IXmlTransformationLogger
Datei anzeigen Open project: kamsar/Beaver

Public Methods

Method Description
CollectionXmlTransformationLogger ( ) : System
EndSection ( Microsoft.Web.XmlTransform.MessageType type, string message ) : void
EndSection ( string message ) : void
LogError ( string message ) : void
LogError ( string file, int lineNumber, int linePosition, string message ) : void
LogError ( string file, string message ) : void
LogErrorFromException ( Exception ex ) : void
LogErrorFromException ( Exception ex, string file ) : void
LogErrorFromException ( Exception ex, string file, int lineNumber, int linePosition ) : void
LogMessage ( Microsoft.Web.XmlTransform.MessageType type, string message ) : void
LogMessage ( string message ) : void
LogWarning ( string message ) : void
LogWarning ( string file, int lineNumber, int linePosition, string message ) : void
LogWarning ( string file, string message ) : void
StartSection ( Microsoft.Web.XmlTransform.MessageType type, string message ) : void
StartSection ( string message ) : void

Private Methods

Method Description
WriteLine ( string message, MessageType type ) : void

Method Details

CollectionXmlTransformationLogger() public method

public CollectionXmlTransformationLogger ( ) : System
return System

EndSection() public method

public EndSection ( Microsoft.Web.XmlTransform.MessageType type, string message ) : void
type Microsoft.Web.XmlTransform.MessageType
message string
return void

EndSection() public method

public EndSection ( string message ) : void
message string
return void

LogError() public method

public LogError ( string message ) : void
message string
return void

LogError() public method

public LogError ( string file, int lineNumber, int linePosition, string message ) : void
file string
lineNumber int
linePosition int
message string
return void

LogError() public method

public LogError ( string file, string message ) : void
file string
message string
return void

LogErrorFromException() public method

public LogErrorFromException ( Exception ex ) : void
ex System.Exception
return void

LogErrorFromException() public method

public LogErrorFromException ( Exception ex, string file ) : void
ex System.Exception
file string
return void

LogErrorFromException() public method

public LogErrorFromException ( Exception ex, string file, int lineNumber, int linePosition ) : void
ex System.Exception
file string
lineNumber int
linePosition int
return void

LogMessage() public method

public LogMessage ( Microsoft.Web.XmlTransform.MessageType type, string message ) : void
type Microsoft.Web.XmlTransform.MessageType
message string
return void

LogMessage() public method

public LogMessage ( string message ) : void
message string
return void

LogWarning() public method

public LogWarning ( string message ) : void
message string
return void

LogWarning() public method

public LogWarning ( string file, int lineNumber, int linePosition, string message ) : void
file string
lineNumber int
linePosition int
message string
return void

LogWarning() public method

public LogWarning ( string file, string message ) : void
file string
message string
return void

StartSection() public method

public StartSection ( Microsoft.Web.XmlTransform.MessageType type, string message ) : void
type Microsoft.Web.XmlTransform.MessageType
message string
return void

StartSection() public method

public StartSection ( string message ) : void
message string
return void