GithubHelp home page GithubHelp logo

logmeister's People

Contributors

jankeesvw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

logmeister's Issues

swc should not contain 3rd party libraries

Right now (v 1.8.2) the precompiled swc contains all kinds of 3rd party libraries (such as MonsterDebugger packaged). It should not.

  • There's no ant build script could be found so I can't really update that. Current workaround: use source code instead of swc.

getSender regex bug

Hello,

I just discover a little bug in the 2 regex here:

https://github.com/base42/LogMeister/blob/master/source/logmeister/logmeister/connectors/AbstractConnector.as#L42

You can see here your current regex bug:
http://regexr.com?2tm7o

And here the corrected version:
http://regexr.com?2tm7l

There miss the "." and the ":" match in the first part of each regexp
.:

The corrected first regexp:
/at\s([a-zA-Z0-9_.:]+)[/|]([a-zA-Z0-9_]+)().+:([\d]+)/

The corrected second regexp:
/at\s([a-zA-Z0-9_.:]+)().+[/|]([a-zA-Z0-9_]+).as:([\d]+)/

edit : damn, the HTML render badly the regexp !
It's, after the first 9 :

  • undersore
  • back slash
  • dot
  • :

But with new regex, you need to add 2 lines here :
https://github.com/base42/LogMeister/blob/master/source/logmeister/logmeister/connectors/AbstractConnector.as#L48

 var className : String = senderDetails[1];
 var idx:int = className.indexOf("::");
 if (idx > -1) className = className.substr(idx + 2);

Not fully tested. Hope that helps. I love LogMeister ;)
Thanks!

Jerome

Using Trazzle w/Robotlegs

Hi there! Cool looking util here. I haven't used Trazzle before but I am use to SOSMax and I see you support that too.

I have included the logmeister.swc file in my project and have used the following lines to try to setup the logger:

LogMeister.addLogger(new TrazzleConnector(contextView.stage, "My Project"));
LogMeister.addLogger(new SosMaxConnector());

I have verified my import statements are correct and I can build without an issue. However any calls to use the logging are not actually working.

log('CTOR'); inside my Context constructor has no affect.

Thanks for any help.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.