unsafe

kyo.logs.Logs.unsafe
object unsafe

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
unsafe.type

Members list

Value members

Concrete methods

def debug(msg: => String)(implicit file: FileName, line: Line): Unit
def debug(msg: => String, t: => Throwable)(implicit file: FileName, line: Line): Unit > IOs
def error(msg: => String)(implicit file: FileName, line: Line): Unit
def error(msg: => String, t: => Throwable)(implicit file: FileName, line: Line): Unit
def info(msg: => String)(implicit file: FileName, line: Line): Unit
def info(msg: => String, t: => Throwable)(implicit file: FileName, line: Line): Unit
def trace(msg: => String)(implicit file: FileName, line: Line): Unit
def trace(msg: => String, t: => Throwable)(implicit file: FileName, line: Line): Unit
def warn(msg: => String)(implicit file: FileName, line: Line): Unit
def warn(msg: => String, t: => Throwable)(implicit file: FileName, line: Line): Unit > IOs