Show / Hide Table of Contents

Method SetLogger

| Improve this Doc View Source

SetLogger(Action<String>)

Sets the logger.

Declaration
public void SetLogger(Action<string> value)
Parameters
Type Name Description
System.Action<System.String> value

The delegate to receive the logging messages.

| Improve this Doc View Source

SetLogger(Action<String>, LogCategory)

Sets the logger.

Declaration
public abstract void SetLogger(Action<string> value, LogCategory logCategory)
Parameters
Type Name Description
System.Action<System.String> value

The delegate to receive the logging messages.

LogCategory logCategory

Specifies logging category.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest