C# Class iTextSharp.text.log.NoOpLogger

Inheritance: ILogger
ファイルを表示 Open project: nonorganic/dssnet

Public Methods

Method Description
Debug ( String message ) : void
Error ( String message ) : void
Error ( String message, Exception e ) : void
GetLogger ( String name ) : ILogger
GetLogger ( Type name ) : ILogger
Info ( String message ) : void
IsLogging ( Level level ) : bool
Trace ( String message ) : void
Warn ( String message ) : void

Method Details

Debug() public method

public Debug ( String message ) : void
message String
return void

Error() public method

public Error ( String message ) : void
message String
return void

Error() public method

public Error ( String message, Exception e ) : void
message String
e System.Exception
return void

GetLogger() public method

public GetLogger ( String name ) : ILogger
name String
return ILogger

GetLogger() public method

public GetLogger ( Type name ) : ILogger
name System.Type
return ILogger

Info() public method

public Info ( String message ) : void
message String
return void

IsLogging() public method

public IsLogging ( Level level ) : bool
level Level
return bool

Trace() public method

public Trace ( String message ) : void
message String
return void

Warn() public method

public Warn ( String message ) : void
message String
return void