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 Source

Debug(object)

Declaration
void Debug(object message)
Parameters
TypeNameDescription
objectmessage
| Edit this page View Source

Error(object)

Declaration
void Error(object message)
Parameters
TypeNameDescription
objectmessage
| Edit this page View Source

Warn(object)

Declaration
void Warn(object message)
Parameters
TypeNameDescription
objectmessage