apicore
latest
api
cache
config
Exceptions
Lang
Logger
apicore
Docs
»
Logger
Edit on GitHub
Logger
¶
class
apicore.
Logger
¶
static
error
(
string
)
¶
Print error message to stderr.
Parameters:
string
(
str
) – message to print.
static
info
(
string
)
¶
Print information message to stdout.
Parameters:
string
(
str
) – message to print.