Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 0 additions & 71 deletions java/src/org/openqa/selenium/logging/CompositeLocalLogs.java

This file was deleted.

62 changes: 0 additions & 62 deletions java/src/org/openqa/selenium/logging/HandlerBasedLocalLogs.java

This file was deleted.

88 changes: 0 additions & 88 deletions java/src/org/openqa/selenium/logging/LocalLogs.java

This file was deleted.

45 changes: 0 additions & 45 deletions java/src/org/openqa/selenium/logging/LogCombiner.java

This file was deleted.

24 changes: 0 additions & 24 deletions java/src/org/openqa/selenium/logging/LogType.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,33 +23,9 @@ public class LogType {
/** This log type pertains to logs from the browser. */
public static final String BROWSER = "browser";

/**
* This log type pertains to logs from the client.
*
* @deprecated logging is not in the W3C WebDriver spec and CLIENT type is no longer supported.
*/
@Deprecated(forRemoval = true)
public static final String CLIENT = "client";

/** This log pertains to logs from the WebDriver implementation. */
public static final String DRIVER = "driver";

/** This log type pertains to logs relating to performance timings. */
public static final String PERFORMANCE = "performance";

/**
* This log type pertains to logs relating to profiler timings.
*
* @deprecated logging is not in the W3C WebDriver spec and PROFILER type is no longer supported.
*/
@Deprecated(forRemoval = true)
public static final String PROFILER = "profiler";

/**
* This log type pertains to logs from the remote server.
*
* @deprecated logging is not in the W3C WebDriver spec and SERVER type is no longer supported.
*/
@Deprecated(forRemoval = true)
public static final String SERVER = "server";
}
Comment thread
diemol marked this conversation as resolved.
85 changes: 0 additions & 85 deletions java/src/org/openqa/selenium/logging/LoggingHandler.java

This file was deleted.

Loading
Loading