Метод | Описание | |
---|---|---|
Debug ( string channel, int id, string message ) : void |
Logs a debug message to the given channel.
|
|
Dispose ( ) : void |
Disposes the Logger instance.
|
|
Error ( string channel, int id, string message ) : void |
Logs an error message to the given channel.
|
|
Info ( string channel, int id, string message ) : void |
Logs an info message to the given channel.
|
|
Log ( |
Logs a new message to the logging system.
|
|
Logger ( IrcSharkApplication app ) : System |
Initializes a new instance of the Logger class.
|
|
Warning ( string channel, int id, string message ) : void |
Logs a warning message to the given channel.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposed ) : void |
Disposes the Logger instance.
|
Метод | Описание | |
---|---|---|
MessageWatcher ( ) : void |
Method called of logThread.
|
public Debug ( string channel, int id, string message ) : void | ||
channel | string | The channel to log to. |
id | int | The id of the message to log. |
message | string | The text message to log. |
Результат | void |
protected Dispose ( bool disposed ) : void | ||
disposed | bool | If true, the managed resources are disposed too. |
Результат | void |
public Error ( string channel, int id, string message ) : void | ||
channel | string | The channel to log to. |
id | int | The id of the message to log. |
message | string | The text message to log. |
Результат | void |
public Info ( string channel, int id, string message ) : void | ||
channel | string | The channel to log to. |
id | int | The id of the message to log. |
message | string | The text message to log. |
Результат | void |
public Log ( |
||
msg |
/// The |
|
Результат | void |
public Logger ( IrcSharkApplication app ) : System | ||
app | IrcSharkApplication |
/// The |
Результат | System |
public Warning ( string channel, int id, string message ) : void | ||
channel | string | The channel to log to. |
id | int | The id of the message to log. |
message | string | The text message to log. |
Результат | void |