Method | Description | |
---|---|---|
Log ( object cMessage ) : void | ||
LogError ( object cMessage ) : void | ||
LogException ( Exception cMessage ) : void | ||
LogWarning ( object cMessage ) : void |
public static LogError ( object cMessage ) : void | ||
cMessage | object | |
return | void |
public static LogException ( Exception cMessage ) : void | ||
cMessage | Exception | |
return | void |
public static LogWarning ( object cMessage ) : void | ||
cMessage | object | |
return | void |