]> granicus.if.org Git - python/commitdiff
Updated doc for getLogger()
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 31 Aug 2004 10:21:51 +0000 (10:21 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 31 Aug 2004 10:21:51 +0000 (10:21 +0000)
Doc/lib/liblogging.tex

index daaabceebe3c9e6219e9c64f26ece20608b41843..ecb3791dfb8f97129382619ba0c8c55062d99324 100644 (file)
@@ -134,7 +134,10 @@ level functions.
 
 \begin{funcdesc}{getLogger}{\optional{name}}
 Return a logger with the specified name or, if no name is specified, return
-a logger which is the root logger of the hierarchy.
+a logger which is the root logger of the hierarchy. If specified, the name
+is typically a dot-separated hierarchical name like \var{"a"}, \var{"a.b"}
+or \var{"a.b.c.d"}. Choice of these names is entirely up to the developer
+who is using logging.
 
 All calls to this function with a given name return the same logger instance.
 This means that logger instances never need to be passed between different