Show / Hide Table of Contents

Method Write

| Improve this Doc View Source

Write(LogCategory, String)

Writes the given string to the underlying write delegate.

Declaration
protected virtual void Write(LogCategory logCategory, string output)
Parameters
Type Name Description
LogCategory logCategory

The category of the logging output.

System.String output

The string to write.

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