Logs

kyo.logs.Logs
object Logs

Attributes

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

Members list

Type members

Classlikes

object unsafe

Attributes

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

Value members

Concrete methods

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