Registry / logging / aptos-logger

aptos-logger

JSON →
libraryrscratesunverified

Aptos logger provides logging functionality for the Aptos blockchain framework.

# Cargo.toml [dependencies] aptos-logger = "latest"
INSTALL
IMPORT
SIG · APTOS-LOGGER
A
aptos-logger
loggingrust
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Logger
use aptos_logger::Logger;

Initializes and uses the Aptos logger.

use aptos_logger::Logger; fn main() { Logger::init(); log::info!("Hello, Aptos!"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
60 hits · last 30 days
node
50
Meta
2
OpenAI (training)
1
Resources
aptos-logger — cargo add aptos-logger · libregistry