Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
Loading...
Searching...
No Matches
Classes | Functions | Variables
Cope.experimental.logging Namespace Reference

Classes

class  LogLevel
 

Functions

def log (message, levelReq=LogLevel.LOGGING)
 
def warn (message)
 
def unreachableState (message='')
 

Variables

def warning = warn
 
def unreachable = unreachableState
 

Function Documentation

◆ log()

def Cope.experimental.logging.log (   message,
  levelReq = LogLevel.LOGGING 
)

◆ unreachableState()

def Cope.experimental.logging.unreachableState (   message = '')

◆ warn()

def Cope.experimental.logging.warn (   message)

Variable Documentation

◆ unreachable

def Cope.experimental.logging.unreachable = unreachableState

◆ warning

def Cope.experimental.logging.warning = warn