Exemple #1
0
 def __init__(self, *args):
     """
     __init__(logging::Logger self, std::string const & name) -> Logger
     __init__(logging::Logger self) -> Logger
     """
     this = _coda_logging.new_Logger(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Exemple #2
0
 def __init__(self, *args):
     """
     __init__(logging::Logger self, std::string name) -> Logger
     __init__(logging::Logger self) -> Logger
     """
     this = _coda_logging.new_Logger(*args)
     try:
         self.this.append(this)
     except __builtin__.Exception:
         self.this = this
Exemple #3
0
 def __init__(self, *args):
     """
     __init__(logging::Logger self, std::string name) -> Logger
     __init__(logging::Logger self) -> Logger
     """
     this = _coda_logging.new_Logger(*args)
     try:
         self.this.append(this)
     except:
         self.this = this