BasicMessage.this

Constructs a new BasicMessage with the given text and log level

  1. this(string text, Level level)
    class BasicMessage
    this
    (
    string text
    ,)
  2. this()

Parameters

text string

the message text

level Level

the log level (default is Level.INFO)

Meta