Interface IWebBrowserLogger
Interface for the web browser's logger.
Implement
Namespace: VoltstroStudios.UnityWebBrowser.Logging
Assembly: .dll
Syntax
public interface IWebBrowserLogger
Methods
| Edit this page View SourceDebug(object)
Declaration
void Debug(object message)
Parameters
Type | Name | Description |
---|---|---|
object | message |
Error(object)
Declaration
void Error(object message)
Parameters
Type | Name | Description |
---|---|---|
object | message |
Warn(object)
Declaration
void Warn(object message)
Parameters
Type | Name | Description |
---|---|---|
object | message |