Hello, I’m a bit confused with how logging works with NANT: how nant command lines params (like –v+) affect
log4net logging how log4net affects stdout logging Is the answer that standard build logging is stdout (not using log4net)
with a verbose mode, and
log4net is reserved for internal NANT debugging logging? Thanks! |