blob: c49208bc76f83c6cbbb4d993d463cdf1320a8acb [file] [log] [blame] [edit]
### YamlMime:ManagedReference
items:
- uid: OpenQA.Selenium.Internal.Logging.FileLogHandler
commentId: T:OpenQA.Selenium.Internal.Logging.FileLogHandler
id: FileLogHandler
parent: OpenQA.Selenium.Internal.Logging
children:
- OpenQA.Selenium.Internal.Logging.FileLogHandler.#ctor(System.String)
- OpenQA.Selenium.Internal.Logging.FileLogHandler.#ctor(System.String,System.Boolean)
- OpenQA.Selenium.Internal.Logging.FileLogHandler.Dispose
- OpenQA.Selenium.Internal.Logging.FileLogHandler.Dispose(System.Boolean)
- OpenQA.Selenium.Internal.Logging.FileLogHandler.Finalize
- OpenQA.Selenium.Internal.Logging.FileLogHandler.Handle(OpenQA.Selenium.Internal.Logging.LogEvent)
langs:
- csharp
- vb
name: FileLogHandler
nameWithType: FileLogHandler
fullName: OpenQA.Selenium.Internal.Logging.FileLogHandler
type: Class
source:
remote:
path: dotnet/src/webdriver/Internal/Logging/FileLogHandler.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: FileLogHandler
path: ../src/webdriver/Internal/Logging/FileLogHandler.cs
startLine: 27
assemblies:
- WebDriver
namespace: OpenQA.Selenium.Internal.Logging
summary: Represents a log handler that writes log events to a file.
example: []
syntax:
content: 'public class FileLogHandler : ILogHandler, IDisposable'
content.vb: Public Class FileLogHandler Implements ILogHandler, IDisposable
inheritance:
- System.Object
implements:
- OpenQA.Selenium.Internal.Logging.ILogHandler
- System.IDisposable
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
- uid: OpenQA.Selenium.Internal.Logging.FileLogHandler.#ctor(System.String)
commentId: M:OpenQA.Selenium.Internal.Logging.FileLogHandler.#ctor(System.String)
id: '#ctor(System.String)'
parent: OpenQA.Selenium.Internal.Logging.FileLogHandler
langs:
- csharp
- vb
name: FileLogHandler(string)
nameWithType: FileLogHandler.FileLogHandler(string)
fullName: OpenQA.Selenium.Internal.Logging.FileLogHandler.FileLogHandler(string)
type: Constructor
source:
remote:
path: dotnet/src/webdriver/Internal/Logging/FileLogHandler.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: .ctor
path: ../src/webdriver/Internal/Logging/FileLogHandler.cs
startLine: 43
assemblies:
- WebDriver
namespace: OpenQA.Selenium.Internal.Logging
summary: Initializes a new instance of the <xref href="OpenQA.Selenium.Internal.Logging.FileLogHandler" data-throw-if-not-resolved="false"></xref> class with the specified file path.
example: []
syntax:
content: public FileLogHandler(string filePath)
parameters:
- id: filePath
type: System.String
description: The path of the log file.
content.vb: Public Sub New(filePath As String)
overload: OpenQA.Selenium.Internal.Logging.FileLogHandler.#ctor*
exceptions:
- type: System.ArgumentException
commentId: T:System.ArgumentException
description: If <code class="paramref">filePath</code> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> or <xref href="System.String.Empty" data-throw-if-not-resolved="false"></xref>.
nameWithType.vb: FileLogHandler.New(String)
fullName.vb: OpenQA.Selenium.Internal.Logging.FileLogHandler.New(String)
name.vb: New(String)
- uid: OpenQA.Selenium.Internal.Logging.FileLogHandler.#ctor(System.String,System.Boolean)
commentId: M:OpenQA.Selenium.Internal.Logging.FileLogHandler.#ctor(System.String,System.Boolean)
id: '#ctor(System.String,System.Boolean)'
parent: OpenQA.Selenium.Internal.Logging.FileLogHandler
langs:
- csharp
- vb
name: FileLogHandler(string, bool)
nameWithType: FileLogHandler.FileLogHandler(string, bool)
fullName: OpenQA.Selenium.Internal.Logging.FileLogHandler.FileLogHandler(string, bool)
type: Constructor
source:
remote:
path: dotnet/src/webdriver/Internal/Logging/FileLogHandler.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: .ctor
path: ../src/webdriver/Internal/Logging/FileLogHandler.cs
startLine: 55
assemblies:
- WebDriver
namespace: OpenQA.Selenium.Internal.Logging
summary: Initializes a new instance of the <xref href="OpenQA.Selenium.Internal.Logging.FileLogHandler" data-throw-if-not-resolved="false"></xref> class with the specified file path.
example: []
syntax:
content: public FileLogHandler(string filePath, bool overwrite)
parameters:
- id: filePath
type: System.String
description: The path of the log file.
- id: overwrite
type: System.Boolean
description: Specifies whether the file should be overwritten if it exists on the disk.
content.vb: Public Sub New(filePath As String, overwrite As Boolean)
overload: OpenQA.Selenium.Internal.Logging.FileLogHandler.#ctor*
exceptions:
- type: System.ArgumentException
commentId: T:System.ArgumentException
description: If <code class="paramref">filePath</code> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> or <xref href="System.String.Empty" data-throw-if-not-resolved="false"></xref>.
nameWithType.vb: FileLogHandler.New(String, Boolean)
fullName.vb: OpenQA.Selenium.Internal.Logging.FileLogHandler.New(String, Boolean)
name.vb: New(String, Boolean)
- uid: OpenQA.Selenium.Internal.Logging.FileLogHandler.Handle(OpenQA.Selenium.Internal.Logging.LogEvent)
commentId: M:OpenQA.Selenium.Internal.Logging.FileLogHandler.Handle(OpenQA.Selenium.Internal.Logging.LogEvent)
id: Handle(OpenQA.Selenium.Internal.Logging.LogEvent)
parent: OpenQA.Selenium.Internal.Logging.FileLogHandler
langs:
- csharp
- vb
name: Handle(LogEvent)
nameWithType: FileLogHandler.Handle(LogEvent)
fullName: OpenQA.Selenium.Internal.Logging.FileLogHandler.Handle(OpenQA.Selenium.Internal.Logging.LogEvent)
type: Method
source:
remote:
path: dotnet/src/webdriver/Internal/Logging/FileLogHandler.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Handle
path: ../src/webdriver/Internal/Logging/FileLogHandler.cs
startLine: 78
assemblies:
- WebDriver
namespace: OpenQA.Selenium.Internal.Logging
summary: Handles a log event by writing it to the log file.
example: []
syntax:
content: public void Handle(LogEvent logEvent)
parameters:
- id: logEvent
type: OpenQA.Selenium.Internal.Logging.LogEvent
description: The log event to handle.
content.vb: Public Sub Handle(logEvent As LogEvent)
overload: OpenQA.Selenium.Internal.Logging.FileLogHandler.Handle*
implements:
- OpenQA.Selenium.Internal.Logging.ILogHandler.Handle(OpenQA.Selenium.Internal.Logging.LogEvent)
- uid: OpenQA.Selenium.Internal.Logging.FileLogHandler.Dispose
commentId: M:OpenQA.Selenium.Internal.Logging.FileLogHandler.Dispose
id: Dispose
parent: OpenQA.Selenium.Internal.Logging.FileLogHandler
langs:
- csharp
- vb
name: Dispose()
nameWithType: FileLogHandler.Dispose()
fullName: OpenQA.Selenium.Internal.Logging.FileLogHandler.Dispose()
type: Method
source:
remote:
path: dotnet/src/webdriver/Internal/Logging/FileLogHandler.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Dispose
path: ../src/webdriver/Internal/Logging/FileLogHandler.cs
startLine: 89
assemblies:
- WebDriver
namespace: OpenQA.Selenium.Internal.Logging
summary: Disposes the file log handler and releases any resources used.
example: []
syntax:
content: public void Dispose()
content.vb: Public Sub Dispose()
overload: OpenQA.Selenium.Internal.Logging.FileLogHandler.Dispose*
implements:
- System.IDisposable.Dispose
- uid: OpenQA.Selenium.Internal.Logging.FileLogHandler.Finalize
commentId: M:OpenQA.Selenium.Internal.Logging.FileLogHandler.Finalize
id: Finalize
parent: OpenQA.Selenium.Internal.Logging.FileLogHandler
langs:
- csharp
- vb
name: ~FileLogHandler()
nameWithType: FileLogHandler.~FileLogHandler()
fullName: OpenQA.Selenium.Internal.Logging.FileLogHandler.~FileLogHandler()
type: Method
source:
remote:
path: dotnet/src/webdriver/Internal/Logging/FileLogHandler.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Finalize
path: ../src/webdriver/Internal/Logging/FileLogHandler.cs
startLine: 98
assemblies:
- WebDriver
namespace: OpenQA.Selenium.Internal.Logging
summary: Finalizes the file log handler instance.
example: []
syntax:
content: protected ~FileLogHandler()
content.vb: 'Protected '
overload: OpenQA.Selenium.Internal.Logging.FileLogHandler.Finalize*
nameWithType.vb: ''
fullName.vb: ''
name.vb: ''
- uid: OpenQA.Selenium.Internal.Logging.FileLogHandler.Dispose(System.Boolean)
commentId: M:OpenQA.Selenium.Internal.Logging.FileLogHandler.Dispose(System.Boolean)
id: Dispose(System.Boolean)
parent: OpenQA.Selenium.Internal.Logging.FileLogHandler
langs:
- csharp
- vb
name: Dispose(bool)
nameWithType: FileLogHandler.Dispose(bool)
fullName: OpenQA.Selenium.Internal.Logging.FileLogHandler.Dispose(bool)
type: Method
source:
remote:
path: dotnet/src/webdriver/Internal/Logging/FileLogHandler.cs
branch: trunk
repo: https://github.com/SeleniumHQ/selenium
id: Dispose
path: ../src/webdriver/Internal/Logging/FileLogHandler.cs
startLine: 107
assemblies:
- WebDriver
namespace: OpenQA.Selenium.Internal.Logging
summary: Disposes the file log handler and releases any resources used.
example: []
syntax:
content: protected virtual void Dispose(bool disposing)
parameters:
- id: disposing
type: System.Boolean
description: A flag indicating whether to dispose managed resources.
content.vb: Protected Overridable Sub Dispose(disposing As Boolean)
overload: OpenQA.Selenium.Internal.Logging.FileLogHandler.Dispose*
nameWithType.vb: FileLogHandler.Dispose(Boolean)
fullName.vb: OpenQA.Selenium.Internal.Logging.FileLogHandler.Dispose(Boolean)
name.vb: Dispose(Boolean)
references:
- uid: OpenQA.Selenium.Internal.Logging
commentId: N:OpenQA.Selenium.Internal.Logging
href: OpenQA.html
name: OpenQA.Selenium.Internal.Logging
nameWithType: OpenQA.Selenium.Internal.Logging
fullName: OpenQA.Selenium.Internal.Logging
spec.csharp:
- uid: OpenQA
name: OpenQA
href: OpenQA.html
- name: .
- uid: OpenQA.Selenium
name: Selenium
href: OpenQA.Selenium.html
- name: .
- uid: OpenQA.Selenium.Internal
name: Internal
href: OpenQA.Selenium.Internal.html
- name: .
- uid: OpenQA.Selenium.Internal.Logging
name: Logging
href: OpenQA.Selenium.Internal.Logging.html
spec.vb:
- uid: OpenQA
name: OpenQA
href: OpenQA.html
- name: .
- uid: OpenQA.Selenium
name: Selenium
href: OpenQA.Selenium.html
- name: .
- uid: OpenQA.Selenium.Internal
name: Internal
href: OpenQA.Selenium.Internal.html
- name: .
- uid: OpenQA.Selenium.Internal.Logging
name: Logging
href: OpenQA.Selenium.Internal.Logging.html
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: OpenQA.Selenium.Internal.Logging.ILogHandler
commentId: T:OpenQA.Selenium.Internal.Logging.ILogHandler
parent: OpenQA.Selenium.Internal.Logging
href: OpenQA.Selenium.Internal.Logging.ILogHandler.html
name: ILogHandler
nameWithType: ILogHandler
fullName: OpenQA.Selenium.Internal.Logging.ILogHandler
- uid: System.IDisposable
commentId: T:System.IDisposable
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.idisposable
name: IDisposable
nameWithType: IDisposable
fullName: System.IDisposable
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone()
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString()
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: OpenQA.Selenium.Internal.Logging.FileLogHandler
commentId: T:OpenQA.Selenium.Internal.Logging.FileLogHandler
href: OpenQA.Selenium.Internal.Logging.FileLogHandler.html
name: FileLogHandler
nameWithType: FileLogHandler
fullName: OpenQA.Selenium.Internal.Logging.FileLogHandler
- uid: System.String.Empty
commentId: F:System.String.Empty
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string.empty
name: Empty
nameWithType: string.Empty
fullName: string.Empty
nameWithType.vb: String.Empty
fullName.vb: String.Empty
- uid: System.ArgumentException
commentId: T:System.ArgumentException
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.argumentexception
name: ArgumentException
nameWithType: ArgumentException
fullName: System.ArgumentException
- uid: OpenQA.Selenium.Internal.Logging.FileLogHandler.#ctor*
commentId: Overload:OpenQA.Selenium.Internal.Logging.FileLogHandler.#ctor
href: OpenQA.Selenium.Internal.Logging.FileLogHandler.html#OpenQA_Selenium_Internal_Logging_FileLogHandler__ctor_System_String_
name: FileLogHandler
nameWithType: FileLogHandler.FileLogHandler
fullName: OpenQA.Selenium.Internal.Logging.FileLogHandler.FileLogHandler
nameWithType.vb: FileLogHandler.New
fullName.vb: OpenQA.Selenium.Internal.Logging.FileLogHandler.New
name.vb: New
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
- uid: OpenQA.Selenium.Internal.Logging.FileLogHandler.Handle*
commentId: Overload:OpenQA.Selenium.Internal.Logging.FileLogHandler.Handle
href: OpenQA.Selenium.Internal.Logging.FileLogHandler.html#OpenQA_Selenium_Internal_Logging_FileLogHandler_Handle_OpenQA_Selenium_Internal_Logging_LogEvent_
name: Handle
nameWithType: FileLogHandler.Handle
fullName: OpenQA.Selenium.Internal.Logging.FileLogHandler.Handle
- uid: OpenQA.Selenium.Internal.Logging.ILogHandler.Handle(OpenQA.Selenium.Internal.Logging.LogEvent)
commentId: M:OpenQA.Selenium.Internal.Logging.ILogHandler.Handle(OpenQA.Selenium.Internal.Logging.LogEvent)
parent: OpenQA.Selenium.Internal.Logging.ILogHandler
href: OpenQA.Selenium.Internal.Logging.ILogHandler.html#OpenQA_Selenium_Internal_Logging_ILogHandler_Handle_OpenQA_Selenium_Internal_Logging_LogEvent_
name: Handle(LogEvent)
nameWithType: ILogHandler.Handle(LogEvent)
fullName: OpenQA.Selenium.Internal.Logging.ILogHandler.Handle(OpenQA.Selenium.Internal.Logging.LogEvent)
spec.csharp:
- uid: OpenQA.Selenium.Internal.Logging.ILogHandler.Handle(OpenQA.Selenium.Internal.Logging.LogEvent)
name: Handle
href: OpenQA.Selenium.Internal.Logging.ILogHandler.html#OpenQA_Selenium_Internal_Logging_ILogHandler_Handle_OpenQA_Selenium_Internal_Logging_LogEvent_
- name: (
- uid: OpenQA.Selenium.Internal.Logging.LogEvent
name: LogEvent
href: OpenQA.Selenium.Internal.Logging.LogEvent.html
- name: )
spec.vb:
- uid: OpenQA.Selenium.Internal.Logging.ILogHandler.Handle(OpenQA.Selenium.Internal.Logging.LogEvent)
name: Handle
href: OpenQA.Selenium.Internal.Logging.ILogHandler.html#OpenQA_Selenium_Internal_Logging_ILogHandler_Handle_OpenQA_Selenium_Internal_Logging_LogEvent_
- name: (
- uid: OpenQA.Selenium.Internal.Logging.LogEvent
name: LogEvent
href: OpenQA.Selenium.Internal.Logging.LogEvent.html
- name: )
- uid: OpenQA.Selenium.Internal.Logging.LogEvent
commentId: T:OpenQA.Selenium.Internal.Logging.LogEvent
parent: OpenQA.Selenium.Internal.Logging
href: OpenQA.Selenium.Internal.Logging.LogEvent.html
name: LogEvent
nameWithType: LogEvent
fullName: OpenQA.Selenium.Internal.Logging.LogEvent
- uid: OpenQA.Selenium.Internal.Logging.FileLogHandler.Dispose*
commentId: Overload:OpenQA.Selenium.Internal.Logging.FileLogHandler.Dispose
href: OpenQA.Selenium.Internal.Logging.FileLogHandler.html#OpenQA_Selenium_Internal_Logging_FileLogHandler_Dispose
name: Dispose
nameWithType: FileLogHandler.Dispose
fullName: OpenQA.Selenium.Internal.Logging.FileLogHandler.Dispose
- uid: System.IDisposable.Dispose
commentId: M:System.IDisposable.Dispose
parent: System.IDisposable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.idisposable.dispose
name: Dispose()
nameWithType: IDisposable.Dispose()
fullName: System.IDisposable.Dispose()
spec.csharp:
- uid: System.IDisposable.Dispose
name: Dispose
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.idisposable.dispose
- name: (
- name: )
spec.vb:
- uid: System.IDisposable.Dispose
name: Dispose
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.idisposable.dispose
- name: (
- name: )
- uid: OpenQA.Selenium.Internal.Logging.FileLogHandler.Finalize*
commentId: Overload:OpenQA.Selenium.Internal.Logging.FileLogHandler.Finalize
href: OpenQA.Selenium.Internal.Logging.FileLogHandler.html#OpenQA_Selenium_Internal_Logging_FileLogHandler_Finalize
name: ~FileLogHandler
nameWithType: FileLogHandler.~FileLogHandler
fullName: OpenQA.Selenium.Internal.Logging.FileLogHandler.~FileLogHandler
spec.csharp:
- name: "~"
- uid: OpenQA.Selenium.Internal.Logging.FileLogHandler.Finalize*
name: FileLogHandler
href: OpenQA.Selenium.Internal.Logging.FileLogHandler.html#OpenQA_Selenium_Internal_Logging_FileLogHandler_Finalize