Skip to content
New issue

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

Remove obsolete logging/reporting members #809

Closed
YevgeniyShunevych opened this issue Jan 16, 2024 · 0 comments
Closed

Remove obsolete logging/reporting members #809

YevgeniyShunevych opened this issue Jan 16, 2024 · 0 comments
Assignees
Milestone

Comments

@YevgeniyShunevych
Copy link
Member

YevgeniyShunevych commented Jan 16, 2024

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant