Logger
  • Getting Started
  • Concepts
    • Log Manager
    • Logger
    • Logger Factory
    • Editor Windows
  • Targets
    • Unity Log Target
    • Web Log Target
Powered by GitBook
On this page
  • Usage
  • Configuration
  1. Targets

Unity Log Target

PreviousTargetsNextWeb Log Target

Last updated 3 months ago

The Unity Log Target is a target that logs messages to the Unity console.

Usage

To use the Unity Log Target, you need to add it to the LoggerConfigScriptable in the Unity Editor.

Configuration

The different settings for the Unity Log Target define the minimum log level that should be logged to the Unity console, depending on the build type.

  • Unity Editor: The minimum log level that should be logged to the Unity console when running in the Unity Editor.

  • Debug: The minimum log level that should be logged to the Unity console when running in a development build.

  • Production: The minimum log level that should be logged to the Unity console when running in a release build.

Logger Config Scriptable
Unity Log Target