NullLogger

org.scalajs.logging.NullLogger
object NullLogger extends Logger

Attributes

Graph
Supertypes
trait Logger
class Object
trait Matchable
class Any
Self type
NullLogger.type

Members list

Value members

Concrete methods

def log(level: Level, message: => String): Unit
def trace(t: => Throwable): Unit

Inherited methods

final def debug(message: => String): Unit

Attributes

Inherited from:
Logger
final def error(message: => String): Unit

Attributes

Inherited from:
Logger
final def info(message: => String): Unit

Attributes

Inherited from:
Logger
final def time[A](title: String)(body: => A): A

Attributes

Inherited from:
Logger
def time(title: String, nanos: Long): Unit

Attributes

Inherited from:
Logger
final def timeFuture[A](title: String)(body: => Future[A])(implicit ec: ExecutionContext): Future[A]

Attributes

Inherited from:
Logger
final def warn(message: => String): Unit

Attributes

Inherited from:
Logger