Admin message
Looking for advice? Join the
Matrix channel for GitLab users in Bielefeld
!
Changes
Page history
update
authored
Oct 02, 2021
by
galberding
Show whitespace changes
Inline
Side-by-side
Development.md
View page @
c4121f86
...
@@ -21,7 +21,7 @@ A simple but easy access logging system is available that can be added to
...
@@ -21,7 +21,7 @@ A simple but easy access logging system is available that can be added to
each class when needed for debugging or show information to the user.
each class when needed for debugging or show information to the user.
Use the provided logger from
`aos_logger`
with
`get_logger()`
:
Use the provided logger from
`aos_logger`
with
`get_logger()`
:
```
python
```
python
from
amiro
test
.tools.aos_logger
import
get_logger
from
amiro
ci
.tools.aos_logger
import
get_logger
class
Foo
:
class
Foo
:
def
__init__
():
def
__init__
():
self
.
log
=
get_logger
(
name
,
level
,
out
)
self
.
log
=
get_logger
(
name
,
level
,
out
)
...
...
...
...