Chartboost.CSharp.Logging.Unity 1.1.0

dotnet add package Chartboost.CSharp.Logging.Unity --version 1.1.0                
NuGet\Install-Package Chartboost.CSharp.Logging.Unity -Version 1.1.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Chartboost.CSharp.Logging.Unity" Version="1.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Chartboost.CSharp.Logging.Unity --version 1.1.0                
#r "nuget: Chartboost.CSharp.Logging.Unity, 1.1.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Chartboost.CSharp.Logging.Unity as a Cake Addin
#addin nuget:?package=Chartboost.CSharp.Logging.Unity&version=1.1.0

// Install Chartboost.CSharp.Logging.Unity as a Cake Tool
#tool nuget:?package=Chartboost.CSharp.Logging.Unity&version=1.1.0                

Chartboost Centralized Logging

Chartboost centralized logging system for Unity. Utilized by all Chartboost Unity packages.

Installation

This package is meant to be a dependency for other Chartboost Packages; however, if you wish to use it by itself, it can be installed through UPM & NuGet as follows:

Using the public npm registry

"dependencies": {
    "com.chartboost.unity.logging": "1.0.0",
    ...
},
"scopedRegistries": [
{
    "name": "NpmJS",
    "url": "https://registry.npmjs.org",
    "scopes": [
    "com.chartboost"
    ]
}
]

Using the public NuGet package

To add the Chartboost Core Unity SDK to your project using the NuGet package, you will first need to add the NugetForUnity package into your Unity Project.

This can be done by adding the following to your Unity Project's manifest.json

  "dependencies": {
    "com.github-glitchenzo.nugetforunity": "https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnity",
    ...
  },

Once <code>NugetForUnity</code> is installed, search for Chartboost.CSharp.Logging.Unity in the search bar of Nuget Explorer window(Nuget → Manage Nuget Packages). You should be able to see the Chartboost.CSharp.Logging.Unity package. Choose the appropriate version and install.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (25)

Showing the top 5 NuGet packages that depend on Chartboost.CSharp.Logging.Unity:

Package Downloads
Chartboost.CSharp.Utilities.Unity

Reusable Utilities for Chartboost's Unity Projects

Chartboost.CSharp.Threading.Unity

Reusable Threading Utilities for Chartboost's Unity Projects

Chartboost.CSharp.Mediation.Unity

The Chartboost Mediation Unity SDK. Better monetization powered by bidding

Chartboost.CSharp.Core.Unity

ChartboostCore SDK is a modular Unity SDK designed as an entry point to manage and facilitate different modules for your application/game. Each module can be individually initialized and has its metrics collected and reported, offering detailed insights into module performance and potential issues.

Chartboost.CSharp.Mediation.Unity.Adapter.AmazonPublisherServices

The Chartboost Mediation Unity SDK Ad Adapter for Amazon Publisher Services.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 316 9/19/2024
1.0.0 1,598 8/1/2024