PlayOn Plugin API

Plugin.Log(String, Object) Method

[This is preliminary documentation and subject to change.]

Logs a message on the host from a format string.

public void Log(
   string format,
   params object[] args
);

Parameters

format
Format string.
args
Arguments to use with the format string.

See Also

Plugin Class | MediaMallTechnologies.PlayOn.Plugin Namespace | Plugin.Log Overload List