C# Class GoogleTestAdapter.Common.LoggerBase

Inheritance: ILogger
Show file Open project: csoltenborn/GoogleTestAdapter

Public Methods

Method Description
Log ( Severity severity, string message ) : void
LogError ( string message ) : void
LogInfo ( string message ) : void
LogWarning ( string message ) : void

Method Details

Log() public abstract method

public abstract Log ( Severity severity, string message ) : void
severity Severity
message string
return void

LogError() public method

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

LogInfo() public method

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

LogWarning() public method

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