@@ -949,26 +949,26 @@ functions.
949
949
+--------------+---------------------------------------------+
950
950
| Format | Description |
951
951
+==============+=============================================+
952
- | `` filename `` | Specifies that a FileHandler be created, |
952
+ | * filename * | Specifies that a FileHandler be created, |
953
953
| | using the specified filename, rather than a |
954
954
| | StreamHandler. |
955
955
+--------------+---------------------------------------------+
956
- | ``filemode `` | Specifies the mode to open the file, if |
957
- | | filename is specified (if filemode is |
958
- | | unspecified, it defaults to 'a'). |
956
+ | *filemode * | If *filename * is specified, open the file |
957
+ | | in this mode. Defaults to ``'a' ``. |
959
958
+--------------+---------------------------------------------+
960
- | `` format `` | Use the specified format string for the |
959
+ | * format * | Use the specified format string for the |
961
960
| | handler. |
962
961
+--------------+---------------------------------------------+
963
- | ``datefmt `` | Use the specified date/time format. |
962
+ | *datefmt * | Use the specified date/time format, as |
963
+ | | accepted by :func: `time.strftime `. |
964
964
+--------------+---------------------------------------------+
965
- | `` level `` | Set the root logger level to the specified |
966
- | | level. |
965
+ | * level * | Set the root logger level to the specified |
966
+ | | :ref: ` level < levels >`. |
967
967
+--------------+---------------------------------------------+
968
- | `` stream `` | Use the specified stream to initialize the |
968
+ | * stream * | Use the specified stream to initialize the |
969
969
| | StreamHandler. Note that this argument is |
970
- | | incompatible with ' filename' - if both are |
971
- | | present, ' stream' is ignored. |
970
+ | | incompatible with * filename * - if both are |
971
+ | | present, * stream * is ignored. |
972
972
+--------------+---------------------------------------------+
973
973
974
974
0 commit comments