C# Class PostSharp.Dnx.LogAdapter

Inheritance: ILogger
Datei anzeigen Open project: postsharp/PostSharp.Dnx Class Usage Examples

Public Methods

Method Description
LogAdapter ( ) : System
LogError ( string format ) : void
LogException ( Exception e ) : void
LogMessage ( ClientMessage message ) : void
LogMessage ( string format ) : void
LogMessageFromText ( string lineOfText ) : void
LogVerbose ( string format ) : void
LogWarning ( string format ) : void

Private Methods

Method Description
ToDiagnosticSeverity ( ClientMessageSeverity severity ) : DiagnosticSeverity

Method Details

LogAdapter() public method

public LogAdapter ( ) : System
return System

LogError() public method

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

LogException() public method

public LogException ( Exception e ) : void
e System.Exception
return void

LogMessage() public method

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

LogMessage() public method

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

LogMessageFromText() public method

public LogMessageFromText ( string lineOfText ) : void
lineOfText string
return void

LogVerbose() public method

public LogVerbose ( string format ) : void
format string
return void

LogWarning() public method

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