C# Class iTextSharp.text.log.SysoLogger

Inheritance: ILogger
Exibir arquivo 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 klass ) : ILogger
Info ( String message ) : void
IsLogging ( Level level ) : bool
SysoLogger ( ) : System
SysoLogger ( int packageReduce ) : System
Trace ( String message ) : void
Warn ( String message ) : void

Protected Methods

Method Description
SysoLogger ( String klass, int shorten ) : System

Private Methods

Method Description
Shorten ( String className ) : String

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 klass ) : ILogger
klass 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

SysoLogger() public method

public SysoLogger ( ) : System
return System

SysoLogger() protected method

protected SysoLogger ( String klass, int shorten ) : System
klass String
shorten int
return System

SysoLogger() public method

public SysoLogger ( int packageReduce ) : System
packageReduce int
return System

Trace() public method

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

Warn() public method

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