bpf::log::DefaultLogger class final

Contents

A simple standard-output and standard-error log adapter

Base classes

class ILogAdapter

Public functions

void LogMessage(ELogLevel level, const String& category, const String& msg) final

Function documentation

void bpf::log::DefaultLogger::LogMessage(ELogLevel level, const String& category, const String& msg) final

Parameters
level the level of severity
category the category name
msg the message text

Logs the given message