Skip to content

Remove obsolete logging/reporting members #809

@YevgeniyShunevych

Description

@YevgeniyShunevych
  • Report<TOwner>:
    • Trace(string message, params object[] args) method
    • Debug(string message, params object[] args) method
    • Info(string message, params object[] args) method
    • Warn(string message, params object[] args) method
    • Warn(string message, Exception exception) method
    • Error(string message, Exception exception) method
    • Error(string message, string stackTrace) method
    • Fatal(string message, Exception exception) method
    • Start(LogSection section) method
    • Start(string sectionMessage) method
    • Start(string sectionMessage, LogLevel level) method
    • EndSection() method
  • ILogManager:
    • Trace(string message, params object[] args) method
    • Debug(string message, params object[] args) method
    • Info(string message, params object[] args) method
    • Warn(string message, params object[] args) method
    • Warn(string message, Exception exception) method
    • Error(string message, Exception exception) method
    • Fatal(string message, Exception exception) method
    • Start(LogSection section) method
    • EndSection() method
    • Screenshot(string title = null) method
  • LogManager:
    • Use(IScreenshotConsumer consumer) method
    • Trace(string message, params object[] args) method
    • Debug(string message, params object[] args) method
    • Info(string message, params object[] args) method
    • Warn(string message, params object[] args) method
    • Warn(string message, Exception exception) method
    • Error(string message, Exception exception) method
    • Fatal(string message, Exception exception) method
    • Start(LogSection section) method
    • EndSection() method
    • Screenshot(string title = null) method
  • ILogManagerExtensions:
    • Start(this ILogManager logger, string sectionMessage) method
    • Start(this ILogManager logger, string sectionMessage, LogLevel level) method
    • Error(this ILogManager logger, string message, string stackTrace) method
  • LogEventInfo:
    • BuildStart property
    • TestName property
    • TestNameSanitized property
    • TestSuiteName property
    • TestSuiteNameSanitized property
    • TestStart property
    • DriverAlias property
  • NLogFileConsumer:
    • FolderPathBuilder property
  • LogConsumerConfiguration:
    • LogConsumerConfiguration(ILogConsumer consumer, bool logSectionFinish) constructor
    • LogConsumerConfiguration(ILogConsumer consumer, LogLevel minLevel, bool logSectionFinish) constructor
    • LogSectionFinish property

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions