C# Class Abstractions.Logging.LibraryLogging

Show file Open project: MutonUfoAI/pgina

Public Methods

Method Description
AddListener ( Level level, MessageHandler handler ) : void
Debug ( string message ) : void
Error ( string message ) : void
Info ( string message ) : void
RemoveListener ( Level level, MessageHandler handler ) : void
Warn ( string message ) : void

Method Details

AddListener() public static method

public static AddListener ( Level level, MessageHandler handler ) : void
level Level
handler MessageHandler
return void

Debug() public static method

public static Debug ( string message ) : void
message string
return void

Error() public static method

public static Error ( string message ) : void
message string
return void

Info() public static method

public static Info ( string message ) : void
message string
return void

RemoveListener() public static method

public static RemoveListener ( Level level, MessageHandler handler ) : void
level Level
handler MessageHandler
return void

Warn() public static method

public static Warn ( string message ) : void
message string
return void