We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report<TOwner>
Trace(string message, params object[] args)
Debug(string message, params object[] args)
Info(string message, params object[] args)
Warn(string message, params object[] args)
Warn(string message, Exception exception)
Error(string message, Exception exception)
Error(string message, string stackTrace)
Fatal(string message, Exception exception)
Start(LogSection section)
Start(string sectionMessage)
Start(string sectionMessage, LogLevel level)
EndSection()
ILogManager
Screenshot(string title = null)
LogManager
Use(IScreenshotConsumer consumer)
ILogManagerExtensions
Start(this ILogManager logger, string sectionMessage)
Start(this ILogManager logger, string sectionMessage, LogLevel level)
Error(this ILogManager logger, string message, string stackTrace)
LogEventInfo
BuildStart
TestName
TestNameSanitized
TestSuiteName
TestSuiteNameSanitized
TestStart
DriverAlias
NLogFileConsumer
FolderPathBuilder
LogConsumerConfiguration
LogConsumerConfiguration(ILogConsumer consumer, bool logSectionFinish)
LogConsumerConfiguration(ILogConsumer consumer, LogLevel minLevel, bool logSectionFinish)
LogSectionFinish
The text was updated successfully, but these errors were encountered:
#809 Remove obsolete logging/reporting members
ec97aa2
YevgeniyShunevych
No branches or pull requests
Report<TOwner>
:Trace(string message, params object[] args)
methodDebug(string message, params object[] args)
methodInfo(string message, params object[] args)
methodWarn(string message, params object[] args)
methodWarn(string message, Exception exception)
methodError(string message, Exception exception)
methodError(string message, string stackTrace)
methodFatal(string message, Exception exception)
methodStart(LogSection section)
methodStart(string sectionMessage)
methodStart(string sectionMessage, LogLevel level)
methodEndSection()
methodILogManager
:Trace(string message, params object[] args)
methodDebug(string message, params object[] args)
methodInfo(string message, params object[] args)
methodWarn(string message, params object[] args)
methodWarn(string message, Exception exception)
methodError(string message, Exception exception)
methodFatal(string message, Exception exception)
methodStart(LogSection section)
methodEndSection()
methodScreenshot(string title = null)
methodLogManager
:Use(IScreenshotConsumer consumer)
methodTrace(string message, params object[] args)
methodDebug(string message, params object[] args)
methodInfo(string message, params object[] args)
methodWarn(string message, params object[] args)
methodWarn(string message, Exception exception)
methodError(string message, Exception exception)
methodFatal(string message, Exception exception)
methodStart(LogSection section)
methodEndSection()
methodScreenshot(string title = null)
methodILogManagerExtensions
:Start(this ILogManager logger, string sectionMessage)
methodStart(this ILogManager logger, string sectionMessage, LogLevel level)
methodError(this ILogManager logger, string message, string stackTrace)
methodLogEventInfo
:BuildStart
propertyTestName
propertyTestNameSanitized
propertyTestSuiteName
propertyTestSuiteNameSanitized
propertyTestStart
propertyDriverAlias
propertyNLogFileConsumer
:FolderPathBuilder
propertyLogConsumerConfiguration
:LogConsumerConfiguration(ILogConsumer consumer, bool logSectionFinish)
constructorLogConsumerConfiguration(ILogConsumer consumer, LogLevel minLevel, bool logSectionFinish)
constructorLogSectionFinish
propertyThe text was updated successfully, but these errors were encountered: