Berserk
Public Member Functions | List of all members
LoggerListenerOutput Class Referencefinal

Standard output log listener. More...

#include <LoggerListenerOutput.hpp>

Public Member Functions

BRK_API void SetName (String name)
 Set logger name, displayed in output. More...
 
BRK_API void SetLevel (Logger::Level level)
 Set level of logger messages. More...
 
BRK_API void OnEntry (const Logger::Entry &entry) const
 Called on log entry. More...
 

Detailed Description

Standard output log listener.

Member Function Documentation

◆ OnEntry()

void LoggerListenerOutput::OnEntry ( const Logger::Entry entry) const

Called on log entry.

◆ SetLevel()

void LoggerListenerOutput::SetLevel ( Logger::Level  level)

Set level of logger messages.

◆ SetName()

BRK_NS_BEGIN void LoggerListenerOutput::SetName ( String  name)

Set logger name, displayed in output.


The documentation for this class was generated from the following files: