Method | Description | |
---|---|---|
ConsoleLoggerFactory ( ) : System |
Constructor, by default only Warn, Exception and Fatal levels are enabled.
|
|
GetLogger ( |
Returns a logger set up with the context of the type given
|
|
GetLogger ( string contextName ) : IHabaneroLogger |
Get the logger for the given context.
|
|
SetDefaultIsLogging ( LogCategory logCategory, bool isLogging ) : void |
Sets up the default isLogging value for the LogCategory.
|
public GetLogger ( |
||
type | The type the logger is for | |
return | IHabaneroLogger |
public GetLogger ( string contextName ) : IHabaneroLogger | ||
contextName | string | The context, to allow for various lgger names |
return | IHabaneroLogger |
public SetDefaultIsLogging ( LogCategory logCategory, bool isLogging ) : void | ||
logCategory | LogCategory | The |
isLogging | bool | Whether to log that LogCategory by default |
return | void |