Package Products :: Package ZenUtils :: Module deprecated
[hide private]
[frames] | no frames]

Module deprecated

source code

Functions [hide private]
 
deprecated(func, *args, **kwargs)
This can be used to mark functions as deprecated.
source code
Variables [hide private]
  DeprecatedLogger = DeprecatedLogger()
Function Details [hide private]

deprecated(func, *args, **kwargs)

source code 

This can be used to mark functions as deprecated. If the function is used it will log a warning to the current log file and $ZENHOME/log/deprecated.log

Decorators:
  • @decorator