INNER CODE UNIT · Python

log

HellAmbro/Trading212API · pytrading212/console.py:6

def log(msg: str) -> None:
    """Takes a string and logs it to the console.

    Args:
        msg (str): The message to log.
    """
    _console.log(msg)

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…