]> mj.ucw.cz Git - moe.git/blob - doc/log.rst
Doc: Note that Isolate has moved
[moe.git] / doc / log.rst
1 Moe Logging
2 ===========
3
4 One `Loggers` object is created for Eval, initializing 4 subloggers (see class description). 
5
6 Use as `e.log.debug(...)` for both test and main log, `e.log.user.debug(...)` for `user` and other logs.
7
8 .. autoclass:: moe.log.Loggers
9         :members:
10         :member-order: bysource
11