X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FTarget.hh;h=7c999b8ce64122c416a5ef099baa9cb3ddf05293;hb=2400f5c9d91e715773ed965fb92da1b6a54903e5;hp=3d1f0556d6ebfe49bbcdc2a8bc89bb6fd9b6de7d;hpb=fe593b5092295224c1f4334bcc97801d2cf41b89;p=senf.git diff --git a/Utils/Logger/Target.hh b/Utils/Logger/Target.hh index 3d1f055..7c999b8 100644 --- a/Utils/Logger/Target.hh +++ b/Utils/Logger/Target.hh @@ -98,10 +98,10 @@ namespace log { The different object representations are: \li The \e streams is statically represented by it's name, which is the name of a class - defined with \ref SENF_LOG_DEF_STREAM. The dynamic representation is a string + defined with \ref SENF_LOG_DEFINE_STREAM. The dynamic representation is a string representation of this name. \li The \e area is statically represented by it's name, which again is the name of a class - defined with \ref SENF_LOG_DEF_STREAM. The dynamic representation again is a string + defined with \ref SENF_LOG_DEFINE_STREAM. The dynamic representation again is a string representation of this class's name. The dynamic representation represents an absent area with the empty string. \li The \e level is statically represented by a level class from \ref