Skip to content

Conversation

@anandhu-eng
Copy link
Contributor

Usage:

>>> from mlc import get_mlc_logger
>>> logger = get_mlc_logger()
>>> logger.info("test info")
[2025-03-07 13:03:52,387 <stdin>:1 INFO] - test info
>>> logger.warning("test warning")
[2025-03-07 13:04:07,768 <stdin>:1 WARNING] - test warning
>>> logger.error("test warning")
[2025-03-07 13:04:13,313 <stdin>:1 ERROR] - test warning

@anandhu-eng anandhu-eng requested a review from a team as a code owner March 7, 2025 07:34
@github-actions
Copy link

github-actions bot commented Mar 7, 2025

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@anandhu-eng
Copy link
Contributor Author

Based on recent sync, it is decided not to expose the mlcflow logger.

@anandhu-eng anandhu-eng closed this Apr 1, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Apr 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant